#09192B

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

Shades of Black Pearl #09192B

Tints of Black Pearl #09192B

Color information

#09192B (or 0x09192B) is unknown color: approx Black Pearl. HEX triplet: 09, 19 and 2B. RGB value is (9,25,43). Sum of RGB (Red+Green+Blue) = 9+25+43=77 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.69% from 77); Green value is 25 (10.16% from 255 or 32.47% from 77); Blue value is 43 (17.19% from 255 or 55.84% from 77); Max value from RGB is 43 - color contains mainly: blue. Hex color #09192B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09192B is #F6E6D4. Grayscale: #161616. Windows color (decimal): -16180949 or 2824457. OLE color: 2824457.

HSL color Cylindrical-coordinate representation of color #09192B: hue angle of 211.76º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #09192B is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB92543-
CMYK0.790.4200.83
HSL211.76º65.38%10.2%-
HSV(B)211.76º79.07%16.86%-
XYZ0.90.932.42-
YUV22.27139.7118.54-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 11.69%
GREEN value IS 25 (10.16% from 255) = 32.47%
BLUE value IS 43 (17.19% from 255) = 55.84%
R=11.69%
G=32.47%
B=55.84%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal925430.790.4200.83211.7665.3810.2
Hex9192B4F2A053d441a
Octal11315311752012332410112
Binary1001110011010111001111101010010100111101010010000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09192B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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