Html Css Color HEX #092022 Black Pearl

📋 copy color: '#092022'

red 9 ◦ green 32 ◦ blue 34

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

Shades of Black Pearl #092022

Tints of Black Pearl #092022

RGB

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

 GREEN value IS 32 (12.89% from 255) = 42.67%

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

R = 12%
G = 42.67%
B = 45.33%

CMYK

 C value IS 0.74

 M value IS 0.06

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#092022 (or 0x092022) is known color: Black Pearl. HEX triplet: 09, 20 and 22. RGB value is (9,32,34). Sum of RGB (Red+Green+Blue) = 9+32+34=75 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12% from 75); Green value is 32 (12.89% from 255 or 42.67% from 75); Blue value is 34 (13.67% from 255 or 45.33% from 75); Max value from RGB is 34 - color contains mainly: blue. Hex color #092022 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092022 is #F6DFDD. Grayscale: #191919. Windows color (decimal): -16179166 or 2236425. OLE color: 2236425.

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

Color convert

RGB 9 32 34 -
CMYK 0.74 0.06 0 0.87
HSL 184.8º 0.58% 0.08% -
HSV(B) 184.8º 0.74% 0.13% -
XYZ 0.92 1.21 1.7 -
YUV 25.35 132.88 116.34 -
System Red Green Blue C M Y K H S L
Decimal 9 32 34 0.74 0.06 0 0.87 184.8 0.58 0.08
Hex 9 20 22 4A 6 0 57 B9 3A 8
Octal 11 40 42 112 6 0 127 271 72 10
Binary 1001 100000 100010 1001010 110 0 1010111 10111001 111010 1000

Color Harmonies of #092022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092022

Black with #092022

Text Example


Text Example

White with #092022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092022; }

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

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

background-color css

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

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

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

border-color css

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

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

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