#091422

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

Shades of Black Pearl #091422

Tints of Black Pearl #091422

Color information

#091422 (or 0x091422) is unknown color: approx Black Pearl. HEX triplet: 09, 14 and 22. RGB value is (9,20,34). Sum of RGB (Red+Green+Blue) = 9+20+34=63 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.29% from 63); Green value is 20 (8.20% from 255 or 31.75% from 63); Blue value is 34 (13.67% from 255 or 53.97% from 63); Max value from RGB is 34 - color contains mainly: blue. Hex color #091422 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091422 is #F6EBDD. Grayscale: #121212. Windows color (decimal): -16182238 or 2233353. OLE color: 2233353.

HSL color Cylindrical-coordinate representation of color #091422: hue angle of 213.6º degrees, saturation: 0.58, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #091422 is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB92034-
CMYK0.740.4100.87
HSL213.6º58.14%8.43%-
HSV(B)213.6º73.53%13.33%-
XYZ0.650.671.61-
YUV18.31136.86121.36-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 14.29%
GREEN value IS 20 (8.20% from 255) = 31.75%
BLUE value IS 34 (13.67% from 255) = 53.97%
R=14.29%
G=31.75%
B=53.97%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal920340.740.4100.87213.658.148.43
Hex914224A29057d63a8
Octal1124421125101273267210
Binary100110100100010100101010100101010111110101101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091422; }

 p { color: rgb(9,20,34); }

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

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

 a { background-color: rgb(9,20,34); }

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

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

 span { border-color: rgb(9,20,34); }

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