#252A2C

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

Shades of Black Pearl #252A2C

Tints of Black Pearl #252A2C

Color information

#252A2C (or 0x252A2C) is unknown color: approx Black Pearl. HEX triplet: 25, 2A and 2C. RGB value is (37,42,44). Sum of RGB (Red+Green+Blue) = 37+42+44=123 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.08% from 123); Green value is 42 (16.80% from 255 or 34.15% from 123); Blue value is 44 (17.58% from 255 or 35.77% from 123); Max value from RGB is 44 - color contains mainly: blue. Hex color #252A2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252A2C is #DAD5D3. Grayscale: #282828. Windows color (decimal): -14341588 or 2894373. OLE color: 2894373.

HSL color Cylindrical-coordinate representation of color #252A2C: hue angle of 197.14º degrees, saturation: 0.09, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #252A2C is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB374244-
CMYK0.160.0500.83
HSL197.14º8.64%15.88%-
HSV(B)197.14º15.91%17.25%-
XYZ2.052.232.71-
YUV40.73129.84125.34-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 30.08%
GREEN value IS 42 (16.80% from 255) = 34.15%
BLUE value IS 44 (17.58% from 255) = 35.77%
R=30.08%
G=34.15%
B=35.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3742440.160.0500.83197.148.6415.88
Hex252A2C105053c5910
Octal45525420501233051120
Binary100101101010101100100001010101001111000101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252A2C; }

 p { color: rgb(37,42,44); }

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

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

 a { background-color: rgb(37,42,44); }

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

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

 span { border-color: rgb(37,42,44); }

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