#091D2E

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

Shades of Black Pearl #091D2E

Tints of Black Pearl #091D2E

Color information

#091D2E (or 0x091D2E) is unknown color: approx Black Pearl. HEX triplet: 09, 1D and 2E. RGB value is (9,29,46). Sum of RGB (Red+Green+Blue) = 9+29+46=84 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.71% from 84); Green value is 29 (11.72% from 255 or 34.52% from 84); Blue value is 46 (18.36% from 255 or 54.76% from 84); Max value from RGB is 46 - color contains mainly: blue. Hex color #091D2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091D2E is #F6E2D1. Grayscale: #181818. Windows color (decimal): -16179922 or 3022089. OLE color: 3022089.

HSL color Cylindrical-coordinate representation of color #091D2E: hue angle of 207.57º 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 #091D2E is Cyan = 0.80, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB92946-
CMYK0.800.3700.82
HSL207.57º67.27%10.78%-
HSV(B)207.57º80.43%18.04%-
XYZ1.051.132.75-
YUV24.96139.87116.62-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.71%
GREEN value IS 29 (11.72% from 255) = 34.52%
BLUE value IS 46 (18.36% from 255) = 54.76%
R=10.71%
G=34.52%
B=54.76%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal929460.800.3700.82207.5767.2710.78
Hex91D2E5025052d043b
Octal11355612045012232010313
Binary1001111011011101010000100101010100101101000010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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