#09141E

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

Shades of Black Pearl #09141E

Tints of Black Pearl #09141E

Color information

#09141E (or 0x09141E) is unknown color: approx Black Pearl. HEX triplet: 09, 14 and 1E. RGB value is (9,20,30). Sum of RGB (Red+Green+Blue) = 9+20+30=59 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15.25% from 59); Green value is 20 (8.20% from 255 or 33.90% from 59); Blue value is 30 (12.11% from 255 or 50.85% from 59); Max value from RGB is 30 - color contains mainly: blue. Hex color #09141E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09141E is #F6EBE1. Grayscale: #111111. Windows color (decimal): -16182242 or 1971209. OLE color: 1971209.

HSL color Cylindrical-coordinate representation of color #09141E: hue angle of 208.57º degrees, saturation: 0.54, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #09141E is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB92030-
CMYK0.700.3300.88
HSL208.57º53.85%7.65%-
HSV(B)208.57º70%11.76%-
XYZ0.60.651.32-
YUV17.85134.86121.69-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 15.25%
GREEN value IS 20 (8.20% from 255) = 33.90%
BLUE value IS 30 (12.11% from 255) = 50.85%
R=15.25%
G=33.90%
B=50.85%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal920300.700.3300.88208.5753.857.65
Hex9141E4621058d1368
Octal1124361064101303216610
Binary10011010011110100011010000101011000110100011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09141E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09141E; }

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

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

<style>
 a { background-color: #09141E; }

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

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

<style>
 span { border-color: #09141E; }

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

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