Html Css Color HEX #0A1114 Black Pearl

📋 copy color: '#0A1114'

red 10 ◦ green 17 ◦ blue 20

#0A1114
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Pearl #0A1114

Tints of Black Pearl #0A1114

RGB

 RED value IS 10 (4.3% from 255) = 21.28%

 GREEN value IS 17 (7.03% from 255) = 36.17%

 BLUE value IS 20 (8.2% from 255) = 42.55%

R = 21.28%
G = 36.17%
B = 42.55%

CMYK

 C value IS 0.50

 M value IS 0.15

 Y value IS 0

 K value IS 0.92

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0A1114 (or 0x0A1114) is known color: Black Pearl. HEX triplet: 0A, 11 and 14. RGB value is (10,17,20). Sum of RGB (Red+Green+Blue) = 10+17+20=47 (6% of max value = 765). Red value is 10 (4.30% from 255 or 21.28% from 47); Green value is 17 (7.03% from 255 or 36.17% from 47); Blue value is 20 (8.20% from 255 or 42.55% from 47); Max value from RGB is 20 - color contains mainly: blue. Hex color #0A1114 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1114 is #F5EEEB. Grayscale: #0F0F0F. Windows color (decimal): -16117484 or 1315082. OLE color: 1315082.

HSL color Cylindrical-coordinate representation of color #0A1114: hue angle of 198º degrees, saturation: 0.33, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0A1114 is Cyan = 0.50, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 10 17 20 -
CMYK 0.50 0.15 0 0.92
HSL 198º 0.33% 0.06% -
HSV(B) 198º 0.5% 0.08% -
XYZ 0.45 0.52 0.74 -
YUV 15.25 130.68 124.26 -
System Red Green Blue C M Y K H S L
Decimal 10 17 20 0.50 0.15 0 0.92 198 0.33 0.06
Hex A 11 14 32 F 0 5C C6 21 6
Octal 12 21 24 62 17 0 134 306 41 6
Binary 1010 10001 10100 110010 1111 0 1011100 11000110 100001 110

Color Harmonies of #0A1114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1114

Black with #0A1114

Text Example


Text Example

White with #0A1114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A1114; }

 p { color: rgb(10,17,20); }

 H1.HeaderClassName
 {
   color: #0A1114;
 }
 .AnyTagClassName
 {
   color: #0A1114;
 }
</style>

background-color css

<style>
 a { background-color: #0A1114; }

 a { background-color: rgb(10,17,20); }

 div.DivClassName
 {
   background-color: #0A1114;
 }
 .BgClassName
 {
   background-color: #0A1114;
 }
</style>

border-color css

<style>
 span { border-color: #0A1114; }

 span { border-color: rgb(10,17,20); }

 td.TdClassName
 {
   border-color: #0A1114;
 }
 .TagClassName
 {
   border-color: #0A1114;
 }
</style>