Html Css Color HEX #091820 Black Pearl

📋 copy color: '#091820'

red 9 ◦ green 24 ◦ blue 32

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

Shades of Black Pearl #091820

Tints of Black Pearl #091820

RGB

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

 GREEN value IS 24 (9.77% from 255) = 36.92%

 BLUE value IS 32 (12.89% from 255) = 49.23%

R = 13.85%
G = 36.92%
B = 49.23%

CMYK

 C value IS 0.72

 M value IS 0.25

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#091820 (or 0x091820) is known color: Black Pearl. HEX triplet: 09, 18 and 20. RGB value is (9,24,32). Sum of RGB (Red+Green+Blue) = 9+24+32=65 (8% of max value = 765). Red value is 9 (3.91% from 255 or 13.85% from 65); Green value is 24 (9.77% from 255 or 36.92% from 65); Blue value is 32 (12.89% from 255 or 49.23% from 65); Max value from RGB is 32 - color contains mainly: blue. Hex color #091820 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091820 is #F6E7DF. Grayscale: #141414. Windows color (decimal): -16181216 or 2103305. OLE color: 2103305.

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

Color convert

RGB 9 24 32 -
CMYK 0.72 0.25 0 0.87
HSL 200.87º 0.56% 0.08% -
HSV(B) 200.87º 0.72% 0.13% -
XYZ 0.7 0.82 1.49 -
YUV 20.43 134.53 119.85 -
System Red Green Blue C M Y K H S L
Decimal 9 24 32 0.72 0.25 0 0.87 200.87 0.56 0.08
Hex 9 18 20 48 19 0 57 C9 38 8
Octal 11 30 40 110 31 0 127 311 70 10
Binary 1001 11000 100000 1001000 11001 0 1010111 11001001 111000 1000

Color Harmonies of #091820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091820

Black with #091820

Text Example


Text Example

White with #091820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091820; }

 p { color: rgb(9,24,32); }

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

background-color css

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

 a { background-color: rgb(9,24,32); }

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

border-color css

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

 span { border-color: rgb(9,24,32); }

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