Html Css Color HEX #09222C Black Pearl

📋 copy color: '#09222C'

red 9 ◦ green 34 ◦ blue 44

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

Shades of Black Pearl #09222C

Tints of Black Pearl #09222C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 50.57%

R = 10.34%
G = 39.08%
B = 50.57%

CMYK

 C value IS 0.80

 M value IS 0.23

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#09222C (or 0x09222C) is known color: Black Pearl. HEX triplet: 09, 22 and 2C. RGB value is (9,34,44). Sum of RGB (Red+Green+Blue) = 9+34+44=87 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.34% from 87); Green value is 34 (13.67% from 255 or 39.08% from 87); Blue value is 44 (17.58% from 255 or 50.57% from 87); Max value from RGB is 44 - color contains mainly: blue. Hex color #09222C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09222C is #F6DDD3. Grayscale: #1B1B1B. Windows color (decimal): -16178644 or 2892297. OLE color: 2892297.

HSL color Cylindrical-coordinate representation of color #09222C: hue angle of 197.14º degrees, saturation: 0.66, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #09222C is Cyan = 0.80, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 9 34 44 -
CMYK 0.80 0.23 0 0.83
HSL 197.14º 0.66% 0.1% -
HSV(B) 197.14º 0.8% 0.17% -
XYZ 1.14 1.38 2.59 -
YUV 27.67 137.22 114.69 -
System Red Green Blue C M Y K H S L
Decimal 9 34 44 0.80 0.23 0 0.83 197.14 0.66 0.1
Hex 9 22 2C 50 17 0 53 C5 42 A
Octal 11 42 54 120 27 0 123 305 102 12
Binary 1001 100010 101100 1010000 10111 0 1010011 11000101 1000010 1010

Color Harmonies of #09222C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09222C

Black with #09222C

Text Example


Text Example

White with #09222C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09222C; }

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

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

background-color css

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

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

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

border-color css

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

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

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