#010C1C

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

Shades of Black Pearl #010C1C

Tints of Black Pearl #010C1C

Color information

#010C1C (or 0x010C1C) is unknown color: approx Black Pearl. HEX triplet: 01, 0C and 1C. RGB value is (1,12,28). Sum of RGB (Red+Green+Blue) = 1+12+28=41 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.44% from 41); Green value is 12 (5.08% from 255 or 29.27% from 41); Blue value is 28 (11.33% from 255 or 68.29% from 41); Max value from RGB is 28 - color contains mainly: blue. Hex color #010C1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010C1C is #FEF3E3. Grayscale: #0A0A0A. Windows color (decimal): -16708580 or 1838081. OLE color: 1838081.

HSL color Cylindrical-coordinate representation of color #010C1C: hue angle of 215.56º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #010C1C is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB11228-
CMYK0.960.5700.89
HSL215.56º93.1%5.69%-
HSV(B)215.56º96.43%10.98%-
XYZ0.350.351.15-
YUV10.54137.86121.2-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.44%
GREEN value IS 12 (5.08% from 255) = 29.27%
BLUE value IS 28 (11.33% from 255) = 68.29%
R=2.44%
G=29.27%
B=68.29%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal112280.960.5700.89215.5693.15.69
Hex1C1C6039059d85d6
Octal114341407101313301356
Binary1110011100110000011100101011001110110001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #010C1C;
 }
 .AnyTagClassName
 {
   color: #010C1C;
 }
</style>
background-color css

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

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

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

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

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

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