#010C18

Color #010C18 Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #010C18

Tints of Black Pearl #010C18

Color information

#010C18 (or 0x010C18) is unknown color: approx 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

RGB11224-
CMYK0.960.5000.91
HSL211.3º92%4.9%-
HSV(B)211.3º95.83%9.41%-
XYZ0.310.340.91-
YUV10.08135.86121.52-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.70%
GREEN value IS 12 (5.08% from 255) = 32.43%
BLUE value IS 24 (9.77% from 255) = 64.86%
R=2.70%
G=32.43%
B=64.86%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal112240.960.5000.91211.3924.9
Hex1C18603205Bd35c5
Octal114301406201333231345
Binary1110011000110000011001001011011110100111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>