Html Css Color HEX #010C18 Black Pearl

📋 copy color: '#010C18'

red 1 ◦ green 12 ◦ blue 24

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

Shades of Black Pearl #010C18

Tints of Black Pearl #010C18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 64.86%

R = 2.7%
G = 32.43%
B = 64.86%

CMYK

 C value IS 0.96

 M value IS 0.50

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#010C18 (or 0x010C18) is known color: Black Pearl. HEX triplet: 01, 0C and 18. RGB value is (1,12,24). Sum of RGB (Red+Green+Blue) = 1+12+24=37 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.70% from 37); Green value is 12 (5.08% from 255 or 32.43% from 37); Blue value is 24 (9.77% from 255 or 64.86% from 37); Max value from RGB is 24 - color contains mainly: blue. Hex color #010C18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010C18 is #FEF3E7. Grayscale: #0A0A0A. Windows color (decimal): -16708584 or 1575937. OLE color: 1575937.

HSL color Cylindrical-coordinate representation of color #010C18: hue angle of 211.3º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #010C18 is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 1 12 24 -
CMYK 0.96 0.50 0 0.91
HSL 211.3º 0.92% 0.05% -
HSV(B) 211.3º 0.96% 0.09% -
XYZ 0.31 0.34 0.91 -
YUV 10.08 135.86 121.52 -
System Red Green Blue C M Y K H S L
Decimal 1 12 24 0.96 0.50 0 0.91 211.3 0.92 0.05
Hex 1 C 18 60 32 0 5B D3 5C 5
Octal 1 14 30 140 62 0 133 323 134 5
Binary 1 1100 11000 1100000 110010 0 1011011 11010011 1011100 101

Color Harmonies of #010C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010C18

Black with #010C18

Text Example


Text Example

White with #010C18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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