#09252E

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

Shades of Black Pearl #09252E

Tints of Black Pearl #09252E

Color information

#09252E (or 0x09252E) is unknown color: approx Black Pearl. HEX triplet: 09, 25 and 2E. RGB value is (9,37,46). Sum of RGB (Red+Green+Blue) = 9+37+46=92 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.78% from 92); Green value is 37 (14.84% from 255 or 40.22% from 92); Blue value is 46 (18.36% from 255 or 50% from 92); Max value from RGB is 46 - color contains mainly: blue. Hex color #09252E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09252E is #F6DAD1. Grayscale: #1D1D1D. Windows color (decimal): -16177874 or 3024137. OLE color: 3024137.

HSL color Cylindrical-coordinate representation of color #09252E: hue angle of 194.59º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #09252E is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB93746-
CMYK0.800.2000.82
HSL194.59º67.27%10.78%-
HSV(B)194.59º80.43%18.04%-
XYZ1.271.582.82-
YUV29.65137.22113.27-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.78%
GREEN value IS 37 (14.84% from 255) = 40.22%
BLUE value IS 46 (18.36% from 255) = 50%
R=9.78%
G=40.22%
B=50%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal937460.800.2000.82194.5967.2710.78
Hex9252E5014052c343b
Octal11455612024012230310313
Binary1001100101101110101000010100010100101100001110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09252E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09252E; }

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

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

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

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

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

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

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

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