#090D12

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

Shades of Black Pearl #090D12

Tints of Black Pearl #090D12

Color information

#090D12 (or 0x090D12) is unknown color: approx Black Pearl. HEX triplet: 09, 0D and 12. RGB value is (9,13,18). Sum of RGB (Red+Green+Blue) = 9+13+18=40 (5% of max value = 765). Red value is 9 (3.91% from 255 or 22.5% from 40); Green value is 13 (5.47% from 255 or 32.5% from 40); Blue value is 18 (7.42% from 255 or 45% from 40); Max value from RGB is 18 - color contains mainly: blue. Hex color #090D12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090D12 is #F6F2ED. Grayscale: #0C0C0C. Windows color (decimal): -16184046 or 1182985. OLE color: 1182985.

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

Color convert

RGB91318-
CMYK0.50.2800.93
HSL213.33º33.33%5.29%-
HSV(B)213.33º50%7.06%-
XYZ0.370.390.63-
YUV12.37131.17125.59-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 22.5%
GREEN value IS 13 (5.47% from 255) = 32.5%
BLUE value IS 18 (7.42% from 255) = 45%
R=22.5%
G=32.5%
B=45%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal913180.50.2800.93213.3333.335.29
Hex9D12321C05Dd5215
Octal11152262340135325415
Binary1001110110010110010111000101110111010101100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,13,18); }

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

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

 a { background-color: rgb(9,13,18); }

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

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

 span { border-color: rgb(9,13,18); }

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