#091D2B

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

Shades of Black Pearl #091D2B

Tints of Black Pearl #091D2B

Color information

#091D2B (or 0x091D2B) is unknown color: approx Black Pearl. HEX triplet: 09, 1D and 2B. RGB value is (9,29,43). Sum of RGB (Red+Green+Blue) = 9+29+43=81 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.11% from 81); Green value is 29 (11.72% from 255 or 35.80% from 81); Blue value is 43 (17.19% from 255 or 53.09% from 81); Max value from RGB is 43 - color contains mainly: blue. Hex color #091D2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091D2B is #F6E2D4. Grayscale: #181818. Windows color (decimal): -16179925 or 2825481. OLE color: 2825481.

HSL color Cylindrical-coordinate representation of color #091D2B: hue angle of 204.71º 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 #091D2B is Cyan = 0.79, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB92943-
CMYK0.790.3300.83
HSL204.71º65.38%10.2%-
HSV(B)204.71º79.07%16.86%-
XYZ0.991.112.45-
YUV24.62138.37116.86-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 11.11%
GREEN value IS 29 (11.72% from 255) = 35.80%
BLUE value IS 43 (17.19% from 255) = 53.09%
R=11.11%
G=35.80%
B=53.09%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal929430.790.3300.83204.7165.3810.2
Hex91D2B4F21053cd41a
Octal11355311741012331510112
Binary1001111011010111001111100001010100111100110110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091D2B; }

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

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

<style>
 a { background-color: #091D2B; }

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

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

<style>
 span { border-color: #091D2B; }

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

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