#091E2E

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

Shades of Black Pearl #091E2E

Tints of Black Pearl #091E2E

Color information

#091E2E (or 0x091E2E) is unknown color: approx Black Pearl. HEX triplet: 09, 1E and 2E. RGB value is (9,30,46). Sum of RGB (Red+Green+Blue) = 9+30+46=85 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.59% from 85); Green value is 30 (12.11% from 255 or 35.29% from 85); Blue value is 46 (18.36% from 255 or 54.12% from 85); Max value from RGB is 46 - color contains mainly: blue. Hex color #091E2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091E2E is #F6E1D1. Grayscale: #191919. Windows color (decimal): -16179666 or 3022345. OLE color: 3022345.

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

Color convert

RGB93046-
CMYK0.800.3500.82
HSL205.95º67.27%10.78%-
HSV(B)205.95º80.43%18.04%-
XYZ1.071.182.76-
YUV25.54139.54116.2-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.59%
GREEN value IS 30 (12.11% from 255) = 35.29%
BLUE value IS 46 (18.36% from 255) = 54.12%
R=10.59%
G=35.29%
B=54.12%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal930460.800.3500.82205.9567.2710.78
Hex91E2E5023052ce43b
Octal11365612043012231610313
Binary1001111101011101010000100011010100101100111010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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