Html Css Color HEX #010C12 Black Pearl

📋 copy color: '#010C12'

red 1 ◦ green 12 ◦ blue 18

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

Shades of Black Pearl #010C12

Tints of Black Pearl #010C12

RGB

 RED value IS 1 (0.78% from 255) = 3.23%

 GREEN value IS 12 (5.08% from 255) = 38.71%

 BLUE value IS 18 (7.42% from 255) = 58.06%

R = 3.23%
G = 38.71%
B = 58.06%

CMYK

 C value IS 0.94

 M value IS 0.33

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#010C12 (or 0x010C12) is known color: Black Pearl. HEX triplet: 01, 0C and 12. RGB value is (1,12,18). Sum of RGB (Red+Green+Blue) = 1+12+18=31 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.23% from 31); Green value is 12 (5.08% from 255 or 38.71% from 31); Blue value is 18 (7.42% from 255 or 58.06% from 31); Max value from RGB is 18 - color contains mainly: blue. Hex color #010C12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010C12 is #FEF3ED. Grayscale: #090909. Windows color (decimal): -16708590 or 1182721. OLE color: 1182721.

HSL color Cylindrical-coordinate representation of color #010C12: hue angle of 201.18º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #010C12 is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 1 12 18 -
CMYK 0.94 0.33 0 0.93
HSL 201.18º 0.89% 0.04% -
HSV(B) 201.18º 0.94% 0.07% -
XYZ 0.25 0.31 0.62 -
YUV 9.4 132.86 122.01 -
System Red Green Blue C M Y K H S L
Decimal 1 12 18 0.94 0.33 0 0.93 201.18 0.89 0.04
Hex 1 C 12 5E 21 0 5D C9 59 4
Octal 1 14 22 136 41 0 135 311 131 4
Binary 1 1100 10010 1011110 100001 0 1011101 11001001 1011001 100

Color Harmonies of #010C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010C12

Black with #010C12

Text Example


Text Example

White with #010C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010C12; }

 p { color: rgb(1,12,18); }

 H1.HeaderClassName
 {
   color: #010C12;
 }
 .AnyTagClassName
 {
   color: #010C12;
 }
</style>

background-color css

<style>
 a { background-color: #010C12; }

 a { background-color: rgb(1,12,18); }

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

border-color css

<style>
 span { border-color: #010C12; }

 span { border-color: rgb(1,12,18); }

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