#091323

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

Shades of Black Pearl #091323

Tints of Black Pearl #091323

Color information

#091323 (or 0x091323) is unknown color: approx Black Pearl. HEX triplet: 09, 13 and 23. RGB value is (9,19,35). Sum of RGB (Red+Green+Blue) = 9+19+35=63 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.29% from 63); Green value is 19 (7.81% from 255 or 30.16% from 63); Blue value is 35 (14.06% from 255 or 55.56% from 63); Max value from RGB is 35 - color contains mainly: blue. Hex color #091323 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091323 is #F6ECDC. Grayscale: #111111. Windows color (decimal): -16182493 or 2298633. OLE color: 2298633.

HSL color Cylindrical-coordinate representation of color #091323: hue angle of 216.92º degrees, saturation: 0.59, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #091323 is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB91935-
CMYK0.740.4600.86
HSL216.92º59.09%8.63%-
HSV(B)216.92º74.29%13.73%-
XYZ0.650.651.68-
YUV17.83137.69121.7-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 14.29%
GREEN value IS 19 (7.81% from 255) = 30.16%
BLUE value IS 35 (14.06% from 255) = 55.56%
R=14.29%
G=30.16%
B=55.56%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal919350.740.4600.86216.9259.098.63
Hex913234A2E056d93b9
Octal1123431125601263317311
Binary100110011100011100101010111001010110110110011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091323; }

 p { color: rgb(9,19,35); }

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

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

 a { background-color: rgb(9,19,35); }

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

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

 span { border-color: rgb(9,19,35); }

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