#09192E

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

Shades of Black Pearl #09192E

Tints of Black Pearl #09192E

Color information

#09192E (or 0x09192E) is unknown color: approx Black Pearl. HEX triplet: 09, 19 and 2E. RGB value is (9,25,46). Sum of RGB (Red+Green+Blue) = 9+25+46=80 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.25% from 80); Green value is 25 (10.16% from 255 or 31.25% from 80); Blue value is 46 (18.36% from 255 or 57.5% from 80); Max value from RGB is 46 - color contains mainly: blue. Hex color #09192E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09192E is #F6E6D1. Grayscale: #161616. Windows color (decimal): -16180946 or 3021065. OLE color: 3021065.

HSL color Cylindrical-coordinate representation of color #09192E: hue angle of 214.05º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #09192E is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB92546-
CMYK0.800.4600.82
HSL214.05º67.27%10.78%-
HSV(B)214.05º80.43%18.04%-
XYZ0.950.952.72-
YUV22.61141.2118.29-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 11.25%
GREEN value IS 25 (10.16% from 255) = 31.25%
BLUE value IS 46 (18.36% from 255) = 57.5%
R=11.25%
G=31.25%
B=57.5%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal925460.800.4600.82214.0567.2710.78
Hex9192E502E052d643b
Octal11315612056012232610313
Binary1001110011011101010000101110010100101101011010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09192E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,25,46); }

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

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

 a { background-color: rgb(9,25,46); }

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

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

 span { border-color: rgb(9,25,46); }

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