Html Css Color HEX #091522 Black Pearl

📋 copy color: '#091522'

red 9 ◦ green 21 ◦ blue 34

#091522
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Pearl #091522

Tints of Black Pearl #091522

RGB

 RED value IS 9 (3.91% from 255) = 14.06%

 GREEN value IS 21 (8.59% from 255) = 32.81%

 BLUE value IS 34 (13.67% from 255) = 53.13%

R = 14.06%
G = 32.81%
B = 53.13%

CMYK

 C value IS 0.74

 M value IS 0.38

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#091522 (or 0x091522) is known color: Black Pearl. HEX triplet: 09, 15 and 22. RGB value is (9,21,34). Sum of RGB (Red+Green+Blue) = 9+21+34=64 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.06% from 64); Green value is 21 (8.59% from 255 or 32.81% from 64); Blue value is 34 (13.67% from 255 or 53.12% from 64); Max value from RGB is 34 - color contains mainly: blue. Hex color #091522 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091522 is #F6EADD. Grayscale: #121212. Windows color (decimal): -16181982 or 2233609. OLE color: 2233609.

HSL color Cylindrical-coordinate representation of color #091522: hue angle of 211.2º 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 #091522 is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 9 21 34 -
CMYK 0.74 0.38 0 0.87
HSL 211.2º 0.58% 0.08% -
HSV(B) 211.2º 0.74% 0.13% -
XYZ 0.67 0.71 1.62 -
YUV 18.89 136.52 120.94 -
System Red Green Blue C M Y K H S L
Decimal 9 21 34 0.74 0.38 0 0.87 211.2 0.58 0.08
Hex 9 15 22 4A 26 0 57 D3 3A 8
Octal 11 25 42 112 46 0 127 323 72 10
Binary 1001 10101 100010 1001010 100110 0 1010111 11010011 111010 1000

Color Harmonies of #091522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091522

Black with #091522

Text Example


Text Example

White with #091522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091522; }

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

 H1.HeaderClassName
 {
   color: #091522;
 }
 .AnyTagClassName
 {
   color: #091522;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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