#090C0E

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

Shades of Black Pearl #090C0E

Tints of Black Pearl #090C0E

Color information

#090C0E (or 0x090C0E) is unknown color: approx Black Pearl. HEX triplet: 09, 0C and 0E. RGB value is (9,12,14). Sum of RGB (Red+Green+Blue) = 9+12+14=35 (4% of max value = 765). Red value is 9 (3.91% from 255 or 25.71% from 35); Green value is 12 (5.08% from 255 or 34.29% from 35); Blue value is 14 (5.86% from 255 or 40% from 35); Max value from RGB is 14 - color contains mainly: blue. Hex color #090C0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090C0E is #F6F3F1. Grayscale: #0B0B0B. Windows color (decimal): -16184306 or 920585. OLE color: 920585.

HSL color Cylindrical-coordinate representation of color #090C0E: hue angle of 204º degrees, saturation: 0.22, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #090C0E is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB91214-
CMYK0.360.1400.95
HSL204º21.74%4.51%-
HSV(B)204º35.71%5.49%-
XYZ0.320.350.47-
YUV11.33129.51126.34-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 25.71%
GREEN value IS 12 (5.08% from 255) = 34.29%
BLUE value IS 14 (5.86% from 255) = 40%
R=25.71%
G=34.29%
B=40%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal912140.360.1400.9520421.744.51
Hex9CE24E05Fcc165
Octal11141644160137314265
Binary1001110011101001001110010111111100110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090C0E; }

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

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

<style>
 a { background-color: #090C0E; }

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

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

<style>
 span { border-color: #090C0E; }

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

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