#09252F

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

Shades of Black Pearl #09252F

Tints of Black Pearl #09252F

Color information

#09252F (or 0x09252F) is unknown color: approx Black Pearl. HEX triplet: 09, 25 and 2F. RGB value is (9,37,47). Sum of RGB (Red+Green+Blue) = 9+37+47=93 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.68% from 93); Green value is 37 (14.84% from 255 or 39.78% from 93); Blue value is 47 (18.75% from 255 or 50.54% from 93); Max value from RGB is 47 - color contains mainly: blue. Hex color #09252F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09252F is #F6DAD0. Grayscale: #1D1D1D. Windows color (decimal): -16177873 or 3089673. OLE color: 3089673.

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

Color convert

RGB93747-
CMYK0.810.2100.82
HSL195.79º67.86%10.98%-
HSV(B)195.79º80.85%18.43%-
XYZ1.291.592.93-
YUV29.77137.72113.19-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.68%
GREEN value IS 37 (14.84% from 255) = 39.78%
BLUE value IS 47 (18.75% from 255) = 50.54%
R=9.68%
G=39.78%
B=50.54%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal937470.810.2100.82195.7967.8610.98
Hex9252F5115052c444b
Octal11455712125012230410413
Binary1001100101101111101000110101010100101100010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09252F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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