Html Css Color HEX #092224 Black Pearl

📋 copy color: '#092224'

red 9 ◦ green 34 ◦ blue 36

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

Shades of Black Pearl #092224

Tints of Black Pearl #092224

RGB

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

 GREEN value IS 34 (13.67% from 255) = 43.04%

 BLUE value IS 36 (14.45% from 255) = 45.57%

R = 11.39%
G = 43.04%
B = 45.57%

CMYK

 C value IS 0.75

 M value IS 0.06

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#092224 (or 0x092224) is known color: Black Pearl. HEX triplet: 09, 22 and 24. RGB value is (9,34,36). Sum of RGB (Red+Green+Blue) = 9+34+36=79 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.39% from 79); Green value is 34 (13.67% from 255 or 43.04% from 79); Blue value is 36 (14.45% from 255 or 45.57% from 79); Max value from RGB is 36 - color contains mainly: blue. Hex color #092224 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092224 is #F6DDDB. Grayscale: #1A1A1A. Windows color (decimal): -16178652 or 2368009. OLE color: 2368009.

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

Color convert

RGB 9 34 36 -
CMYK 0.75 0.06 0 0.86
HSL 184.44º 0.6% 0.09% -
HSV(B) 184.44º 0.75% 0.14% -
XYZ 1 1.33 1.87 -
YUV 26.75 133.22 115.34 -
System Red Green Blue C M Y K H S L
Decimal 9 34 36 0.75 0.06 0 0.86 184.44 0.6 0.09
Hex 9 22 24 4B 6 0 56 B8 3C 9
Octal 11 42 44 113 6 0 126 270 74 11
Binary 1001 100010 100100 1001011 110 0 1010110 10111000 111100 1001

Color Harmonies of #092224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092224

Black with #092224

Text Example


Text Example

White with #092224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092224; }

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

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

background-color css

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

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

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

border-color css

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

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

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