#091B34

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

Shades of Black Pearl #091B34

Tints of Black Pearl #091B34

Color information

#091B34 (or 0x091B34) is unknown color: approx Black Pearl. HEX triplet: 09, 1B and 34. RGB value is (9,27,52). Sum of RGB (Red+Green+Blue) = 9+27+52=88 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.23% from 88); Green value is 27 (10.94% from 255 or 30.68% from 88); Blue value is 52 (20.70% from 255 or 59.09% from 88); Max value from RGB is 52 - color contains mainly: blue. Hex color #091B34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091B34 is #F6E4CB. Grayscale: #181818. Windows color (decimal): -16180428 or 3414793. OLE color: 3414793.

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

Color convert

RGB92752-
CMYK0.830.4800.80
HSL214.88º70.49%11.96%-
HSV(B)214.88º82.69%20.39%-
XYZ1.121.093.4-
YUV24.47143.54116.97-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.23%
GREEN value IS 27 (10.94% from 255) = 30.68%
BLUE value IS 52 (20.70% from 255) = 59.09%
R=10.23%
G=30.68%
B=59.09%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal927520.830.4800.80214.8870.4911.96
Hex91B345330050d746c
Octal11336412360012032710614
Binary1001110111101001010011110000010100001101011110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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