#252F34

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

Shades of Cinder #252F34

Tints of Cinder #252F34

Color information

#252F34 (or 0x252F34) is unknown color: approx Cinder. HEX triplet: 25, 2F and 34. RGB value is (37,47,52). Sum of RGB (Red+Green+Blue) = 37+47+52=136 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.21% from 136); Green value is 47 (18.75% from 255 or 34.56% from 136); Blue value is 52 (20.70% from 255 or 38.24% from 136); Max value from RGB is 52 - color contains mainly: blue. Hex color #252F34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252F34 is #DAD0CB. Grayscale: #2C2C2C. Windows color (decimal): -14340300 or 3419941. OLE color: 3419941.

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

Color convert

RGB374752-
CMYK0.290.1000.80
HSL200º16.85%17.45%-
HSV(B)200º28.85%20.39%-
XYZ2.42.673.64-
YUV44.58132.19122.59-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 27.21%
GREEN value IS 47 (18.75% from 255) = 34.56%
BLUE value IS 52 (20.70% from 255) = 38.24%
R=27.21%
G=34.56%
B=38.24%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3747520.290.1000.8020016.8517.45
Hex252F341DA050c81111
Octal455764351201203102121
Binary10010110111111010011101101001010000110010001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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