#092530

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

Shades of Black Pearl #092530

Tints of Black Pearl #092530

Color information

#092530 (or 0x092530) is unknown color: approx Black Pearl. HEX triplet: 09, 25 and 30. RGB value is (9,37,48). Sum of RGB (Red+Green+Blue) = 9+37+48=94 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.57% from 94); Green value is 37 (14.84% from 255 or 39.36% from 94); Blue value is 48 (19.14% from 255 or 51.06% from 94); Max value from RGB is 48 - color contains mainly: blue. Hex color #092530 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092530 is #F6DACF. Grayscale: #1D1D1D. Windows color (decimal): -16177872 or 3155209. OLE color: 3155209.

HSL color Cylindrical-coordinate representation of color #092530: hue angle of 196.92º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #092530 is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB93748-
CMYK0.810.2300.81
HSL196.92º68.42%11.18%-
HSV(B)196.92º81.25%18.82%-
XYZ1.311.593.04-
YUV29.88138.22113.11-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.57%
GREEN value IS 37 (14.84% from 255) = 39.36%
BLUE value IS 48 (19.14% from 255) = 51.06%
R=9.57%
G=39.36%
B=51.06%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal937480.810.2300.81196.9268.4211.18
Hex925305117051c544b
Octal11456012127012130510413
Binary1001100101110000101000110111010100011100010110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092530; }

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

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

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

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

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

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

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

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