#09252B

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

Shades of Black Pearl #09252B

Tints of Black Pearl #09252B

Color information

#09252B (or 0x09252B) is unknown color: approx Black Pearl. HEX triplet: 09, 25 and 2B. RGB value is (9,37,43). Sum of RGB (Red+Green+Blue) = 9+37+43=89 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.11% from 89); Green value is 37 (14.84% from 255 or 41.57% from 89); Blue value is 43 (17.19% from 255 or 48.31% from 89); Max value from RGB is 43 - color contains mainly: blue. Hex color #09252B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09252B is #F6DAD4. Grayscale: #1D1D1D. Windows color (decimal): -16177877 or 2827529. OLE color: 2827529.

HSL color Cylindrical-coordinate representation of color #09252B: hue angle of 190.59º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #09252B is Cyan = 0.79, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB93743-
CMYK0.790.1400.83
HSL190.59º65.38%10.2%-
HSV(B)190.59º79.07%16.86%-
XYZ1.211.562.52-
YUV29.31135.72113.51-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.11%
GREEN value IS 37 (14.84% from 255) = 41.57%
BLUE value IS 43 (17.19% from 255) = 48.31%
R=10.11%
G=41.57%
B=48.31%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal937430.790.1400.83190.5965.3810.2
Hex9252B4FE053bf41a
Octal11455311716012327710112
Binary100110010110101110011111110010100111011111110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09252B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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