#090E14

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

Shades of Black Pearl #090E14

Tints of Black Pearl #090E14

Color information

#090E14 (or 0x090E14) is unknown color: approx Black Pearl. HEX triplet: 09, 0E and 14. RGB value is (9,14,20). Sum of RGB (Red+Green+Blue) = 9+14+20=43 (5% of max value = 765). Red value is 9 (3.91% from 255 or 20.93% from 43); Green value is 14 (5.86% from 255 or 32.56% from 43); Blue value is 20 (8.20% from 255 or 46.51% from 43); Max value from RGB is 20 - color contains mainly: blue. Hex color #090E14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090E14 is #F6F1EB. Grayscale: #0D0D0D. Windows color (decimal): -16183788 or 1314313. OLE color: 1314313.

HSL color Cylindrical-coordinate representation of color #090E14: hue angle of 212.73º degrees, saturation: 0.38, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #090E14 is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB91420-
CMYK0.550.3000.92
HSL212.73º37.93%5.69%-
HSV(B)212.73º55%7.84%-
XYZ0.40.420.72-
YUV13.19131.84125.01-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 20.93%
GREEN value IS 14 (5.86% from 255) = 32.56%
BLUE value IS 20 (8.20% from 255) = 46.51%
R=20.93%
G=32.56%
B=46.51%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal914200.550.3000.92212.7337.935.69
Hex9E14371E05Cd5266
Octal11162467360134325466
Binary1001111010100110111111100101110011010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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