Html Css Color HEX #092832 Black Pearl

📋 copy color: '#092832'

red 9 ◦ green 40 ◦ blue 50

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

Shades of Black Pearl #092832

Tints of Black Pearl #092832

RGB

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

 GREEN value IS 40 (16.02% from 255) = 40.4%

 BLUE value IS 50 (19.92% from 255) = 50.51%

R = 9.09%
G = 40.4%
B = 50.51%

CMYK

 C value IS 0.82

 M value IS 0.20

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#092832 (or 0x092832) is known color: Black Pearl. HEX triplet: 09, 28 and 32. RGB value is (9,40,50). Sum of RGB (Red+Green+Blue) = 9+40+50=99 (13% of max value = 765). Red value is 9 (3.91% from 255 or 9.09% from 99); Green value is 40 (16.02% from 255 or 40.40% from 99); Blue value is 50 (19.92% from 255 or 50.51% from 99); Max value from RGB is 50 - color contains mainly: blue. Hex color #092832 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092832 is #F6D7CD. Grayscale: #1F1F1F. Windows color (decimal): -16177102 or 3287049. OLE color: 3287049.

HSL color Cylindrical-coordinate representation of color #092832: hue angle of 194.63º degrees, saturation: 0.69, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #092832 is Cyan = 0.82, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 9 40 50 -
CMYK 0.82 0.20 0 0.80
HSL 194.63º 0.69% 0.12% -
HSV(B) 194.63º 0.82% 0.2% -
XYZ 1.45 1.81 3.29 -
YUV 31.87 138.23 111.69 -
System Red Green Blue C M Y K H S L
Decimal 9 40 50 0.82 0.20 0 0.80 194.63 0.69 0.12
Hex 9 28 32 52 14 0 50 C3 45 C
Octal 11 50 62 122 24 0 120 303 105 14
Binary 1001 101000 110010 1010010 10100 0 1010000 11000011 1000101 1100

Color Harmonies of #092832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092832

Black with #092832

Text Example


Text Example

White with #092832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092832; }

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

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

background-color css

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

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

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

border-color css

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

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

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