#090C11

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

Shades of Black Pearl #090C11

Tints of Black Pearl #090C11

Color information

#090C11 (or 0x090C11) is unknown color: approx Black Pearl. HEX triplet: 09, 0C and 11. RGB value is (9,12,17). Sum of RGB (Red+Green+Blue) = 9+12+17=38 (5% of max value = 765). Red value is 9 (3.91% from 255 or 23.68% from 38); Green value is 12 (5.08% from 255 or 31.58% from 38); Blue value is 17 (7.03% from 255 or 44.74% from 38); Max value from RGB is 17 - color contains mainly: blue. Hex color #090C11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090C11 is #F6F3EE. Grayscale: #0B0B0B. Windows color (decimal): -16184303 or 1117193. OLE color: 1117193.

HSL color Cylindrical-coordinate representation of color #090C11: hue angle of 217.5º degrees, saturation: 0.31, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #090C11 is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB91217-
CMYK0.470.2900.93
HSL217.5º30.77%5.1%-
HSV(B)217.5º47.06%6.67%-
XYZ0.350.360.58-
YUV11.67131.01126.09-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 23.68%
GREEN value IS 12 (5.08% from 255) = 31.58%
BLUE value IS 17 (7.03% from 255) = 44.74%
R=23.68%
G=31.58%
B=44.74%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal912170.470.2900.93217.530.775.1
Hex9C112F1D05Dda1f5
Octal11142157350135332375
Binary100111001000110111111101010111011101101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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