#000C17

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

Shades of Black Pearl #000C17

Tints of Black Pearl #000C17

Color information

#000C17 (or 0x000C17) is unknown color: approx Black Pearl. HEX triplet: 00, 0C and 17. RGB value is (0,12,23). Sum of RGB (Red+Green+Blue) = 0+12+23=35 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 35); Green value is 12 (5.08% from 255 or 34.29% from 35); Blue value is 23 (9.38% from 255 or 65.71% from 35); Max value from RGB is 23 - color contains mainly: blue. Hex color #000C17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000C17 is #FFF3E8. Grayscale: #090909. Windows color (decimal): -16774121 or 1510400. OLE color: 1510400.

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

Color convert

RGB01223-
CMYK10.4800.91
HSL208.7º100%4.51%-
HSV(B)208.7º100%9.02%-
XYZ0.290.320.86-
YUV9.67135.52121.11-

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) = 34.29%
BLUE value IS 23 (9.38% from 255) = 65.71%
R=0%
G=34.29%
B=65.71%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal0122310.4800.91208.71004.51
Hex0C17643005Bd1645
Octal014271446001333211445
Binary0110010111110010011000001011011110100011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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