#092832

Color #092832 Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #092832

Tints of Black Pearl #092832

Color information

#092832 (or 0x092832) is unknown color: approx 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

RGB94050-
CMYK0.820.2000.80
HSL194.63º69.49%11.57%-
HSV(B)194.63º82%19.61%-
XYZ1.451.813.29-
YUV31.87138.23111.69-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.09%
GREEN value IS 40 (16.02% from 255) = 40.40%
BLUE value IS 50 (19.92% from 255) = 50.51%
R=9.09%
G=40.40%
B=50.51%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal940500.820.2000.80194.6369.4911.57
Hex928325214050c345c
Octal11506212224012030310514
Binary1001101000110010101001010100010100001100001110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>