#000C1C

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

Shades of Black Pearl #000C1C

Tints of Black Pearl #000C1C

Color information

#000C1C (or 0x000C1C) is unknown color: approx Black Pearl. HEX triplet: 00, 0C and 1C. RGB value is (0,12,28). Sum of RGB (Red+Green+Blue) = 0+12+28=40 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 40); Green value is 12 (5.08% from 255 or 30% from 40); Blue value is 28 (11.33% from 255 or 70% from 40); Max value from RGB is 28 - color contains mainly: blue. Hex color #000C1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000C1C is #FFF3E3. Grayscale: #0A0A0A. Windows color (decimal): -16774116 or 1838080. OLE color: 1838080.

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

Color convert

RGB01228-
CMYK10.5700.89
HSL214.29º100%5.49%-
HSV(B)214.29º100%10.98%-
XYZ0.340.351.15-
YUV10.24138.02120.7-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 12 (5.08% from 255) = 30%
BLUE value IS 28 (11.33% from 255) = 70%
R=0%
G=30%
B=70%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal0122810.5700.89214.291005.49
Hex0C1C6439059d6645
Octal014341447101313261445
Binary0110011100110010011100101011001110101101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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