#00090C

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

Shades of Black Pearl #00090C

Tints of Black Pearl #00090C

Color information

#00090C (or 0x00090C) is unknown color: approx Black Pearl. HEX triplet: 00, 09 and 0C. RGB value is (0,9,12). Sum of RGB (Red+Green+Blue) = 0+9+12=21 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 21); Green value is 9 (3.91% from 255 or 42.86% from 21); Blue value is 12 (5.08% from 255 or 57.14% from 21); Max value from RGB is 12 - color contains mainly: blue. Hex color #00090C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00090C is #FFF6F3. Grayscale: #060606. Windows color (decimal): -16774900 or 788736. OLE color: 788736.

HSL color Cylindrical-coordinate representation of color #00090C: hue angle of 195º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00090C is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB0912-
CMYK10.2500.95
HSL195º100%2.35%-
HSV(B)195º100%4.71%-
XYZ0.160.220.38-
YUV6.65131.02123.26-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 9 (3.91% from 255) = 42.86%
BLUE value IS 12 (5.08% from 255) = 57.14%
R=0%
G=42.86%
B=57.14%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal091210.2500.951951002.35
Hex09C641905Fc3642
Octal011141443101373031442
Binary0100111001100100110010101111111000011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00090C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00090C; }

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

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

<style>
 a { background-color: #00090C; }

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

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

<style>
 span { border-color: #00090C; }

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

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