#091E34

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

Shades of Black Pearl #091E34

Tints of Black Pearl #091E34

Color information

#091E34 (or 0x091E34) is unknown color: approx Black Pearl. HEX triplet: 09, 1E and 34. RGB value is (9,30,52). Sum of RGB (Red+Green+Blue) = 9+30+52=91 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.89% from 91); Green value is 30 (12.11% from 255 or 32.97% from 91); Blue value is 52 (20.70% from 255 or 57.14% from 91); Max value from RGB is 52 - color contains mainly: blue. Hex color #091E34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091E34 is #F6E1CB. Grayscale: #1A1A1A. Windows color (decimal): -16179660 or 3415561. OLE color: 3415561.

HSL color Cylindrical-coordinate representation of color #091E34: hue angle of 210.7º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #091E34 is Cyan = 0.83, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB93052-
CMYK0.830.4200.80
HSL210.7º70.49%11.96%-
HSV(B)210.7º82.69%20.39%-
XYZ1.21.233.42-
YUV26.23142.54115.71-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.89%
GREEN value IS 30 (12.11% from 255) = 32.97%
BLUE value IS 52 (20.70% from 255) = 57.14%
R=9.89%
G=32.97%
B=57.14%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal930520.830.4200.80210.770.4911.96
Hex91E34532A050d346c
Octal11366412352012032310614
Binary1001111101101001010011101010010100001101001110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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