Html Css Color HEX #092228 Black Pearl

📋 copy color: '#092228'

red 9 ◦ green 34 ◦ blue 40

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

Shades of Black Pearl #092228

Tints of Black Pearl #092228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 48.19%

R = 10.84%
G = 40.96%
B = 48.19%

CMYK

 C value IS 0.78

 M value IS 0.15

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#092228 (or 0x092228) is known color: Black Pearl. HEX triplet: 09, 22 and 28. RGB value is (9,34,40). Sum of RGB (Red+Green+Blue) = 9+34+40=83 (10% of max value = 765). Red value is 9 (3.91% from 255 or 10.84% from 83); Green value is 34 (13.67% from 255 or 40.96% from 83); Blue value is 40 (16.02% from 255 or 48.19% from 83); Max value from RGB is 40 - color contains mainly: blue. Hex color #092228 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092228 is #F6DDD7. Grayscale: #1B1B1B. Windows color (decimal): -16178648 or 2630153. OLE color: 2630153.

HSL color Cylindrical-coordinate representation of color #092228: hue angle of 191.61º degrees, saturation: 0.63, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #092228 is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 9 34 40 -
CMYK 0.78 0.15 0 0.84
HSL 191.61º 0.63% 0.1% -
HSV(B) 191.61º 0.78% 0.16% -
XYZ 1.07 1.36 2.21 -
YUV 27.21 135.22 115.01 -
System Red Green Blue C M Y K H S L
Decimal 9 34 40 0.78 0.15 0 0.84 191.61 0.63 0.1
Hex 9 22 28 4E F 0 54 C0 3F A
Octal 11 42 50 116 17 0 124 300 77 12
Binary 1001 100010 101000 1001110 1111 0 1010100 11000000 111111 1010

Color Harmonies of #092228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092228

Black with #092228

Text Example


Text Example

White with #092228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092228; }

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

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

background-color css

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

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

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

border-color css

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

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

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