#252E33

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

Shades of Cinder #252E33

Tints of Cinder #252E33

Color information

#252E33 (or 0x252E33) is unknown color: approx Cinder. HEX triplet: 25, 2E and 33. RGB value is (37,46,51). Sum of RGB (Red+Green+Blue) = 37+46+51=134 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.61% from 134); Green value is 46 (18.36% from 255 or 34.33% from 134); Blue value is 51 (20.31% from 255 or 38.06% from 134); Max value from RGB is 51 - color contains mainly: blue. Hex color #252E33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252E33 is #DAD1CC. Grayscale: #2B2B2B. Windows color (decimal): -14340557 or 3354149. OLE color: 3354149.

HSL color Cylindrical-coordinate representation of color #252E33: hue angle of 201.43º degrees, saturation: 0.16, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #252E33 is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB374651-
CMYK0.270.1000.8
HSL201.43º15.91%17.25%-
HSV(B)201.43º27.45%20%-
XYZ2.342.593.51-
YUV43.88132.02123.09-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 27.61%
GREEN value IS 46 (18.36% from 255) = 34.33%
BLUE value IS 51 (20.31% from 255) = 38.06%
R=27.61%
G=34.33%
B=38.06%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3746510.270.1000.8201.4315.9117.25
Hex252E331BA050c91011
Octal455663331201203112021
Binary10010110111011001111011101001010000110010011000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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