#09252D

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

Shades of Black Pearl #09252D

Tints of Black Pearl #09252D

Color information

#09252D (or 0x09252D) is unknown color: approx Black Pearl. HEX triplet: 09, 25 and 2D. RGB value is (9,37,45). Sum of RGB (Red+Green+Blue) = 9+37+45=91 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.89% from 91); Green value is 37 (14.84% from 255 or 40.66% from 91); Blue value is 45 (17.97% from 255 or 49.45% from 91); Max value from RGB is 45 - color contains mainly: blue. Hex color #09252D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09252D is #F6DAD2. Grayscale: #1D1D1D. Windows color (decimal): -16177875 or 2958601. OLE color: 2958601.

HSL color Cylindrical-coordinate representation of color #09252D: hue angle of 193.33º 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 #09252D is Cyan = 0.8, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB93745-
CMYK0.80.1800.82
HSL193.33º66.67%10.59%-
HSV(B)193.33º80%17.65%-
XYZ1.251.572.72-
YUV29.54136.72113.35-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.89%
GREEN value IS 37 (14.84% from 255) = 40.66%
BLUE value IS 45 (17.97% from 255) = 49.45%
R=9.89%
G=40.66%
B=49.45%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal937450.80.1800.82193.3366.6710.59
Hex9252D5012052c143b
Octal11455512022012230110313
Binary1001100101101101101000010010010100101100000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09252D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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