#092533

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

Shades of Black Pearl #092533

Tints of Black Pearl #092533

Color information

#092533 (or 0x092533) is unknown color: approx Black Pearl. HEX triplet: 09, 25 and 33. RGB value is (9,37,51). Sum of RGB (Red+Green+Blue) = 9+37+51=97 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.28% from 97); Green value is 37 (14.84% from 255 or 38.14% from 97); Blue value is 51 (20.31% from 255 or 52.58% from 97); Max value from RGB is 51 - color contains mainly: blue. Hex color #092533 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092533 is #F6DACC. Grayscale: #1E1E1E. Windows color (decimal): -16177869 or 3351817. OLE color: 3351817.

HSL color Cylindrical-coordinate representation of color #092533: hue angle of 200º degrees, saturation: 0.7, 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 #092533 is Cyan = 0.82, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB93751-
CMYK0.820.2700.8
HSL200º70%11.76%-
HSV(B)200º82.35%20%-
XYZ1.371.623.37-
YUV30.22139.72112.86-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.28%
GREEN value IS 37 (14.84% from 255) = 38.14%
BLUE value IS 51 (20.31% from 255) = 52.58%
R=9.28%
G=38.14%
B=52.58%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal937510.820.2700.82007011.76
Hex92533521B050c846c
Octal11456312233012031010614
Binary1001100101110011101001011011010100001100100010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092533; }

 p { color: rgb(9,37,51); }

 H1.HeaderClassName
 {
   color: #092533;
 }
 .AnyTagClassName
 {
   color: #092533;
 }
</style>
background-color css

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

 a { background-color: rgb(9,37,51); }

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

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

 span { border-color: rgb(9,37,51); }

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