#253F35

Color #253F35 Burnham (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnham #253F35

Tints of Burnham #253F35

Color information

#253F35 (or 0x253F35) is unknown color: approx Burnham. HEX triplet: 25, 3F and 35. RGB value is (37,63,53). Sum of RGB (Red+Green+Blue) = 37+63+53=153 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.18% from 153); Green value is 63 (25% from 255 or 41.18% from 153); Blue value is 53 (21.09% from 255 or 34.64% from 153); Max value from RGB is 63 - color contains mainly: green. Hex color #253F35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253F35 is #DAC0CA. Grayscale: #363636. Windows color (decimal): -14336203 or 3489573. OLE color: 3489573.

HSL color Cylindrical-coordinate representation of color #253F35: hue angle of 156.92º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #253F35 is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.75.

Color convert

RGB376353-
CMYK0.4100.160.75
HSL156.92º26%19.61%-
HSV(B)156.92º41.27%24.71%-
XYZ3.184.214.01-
YUV54.09127.39115.81-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.18%
GREEN value IS 63 (25% from 255) = 41.18%
BLUE value IS 53 (21.09% from 255) = 34.64%
R=24.18%
G=41.18%
B=34.64%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3763530.4100.160.75156.922619.61
Hex253F35290104B9d1a14
Octal457765510201132353224
Binary1001011111111101011010010100001001011100111011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253F35; }

 p { color: rgb(37,63,53); }

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

<style>
 a { background-color: #253F35; }

 a { background-color: rgb(37,63,53); }

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

<style>
 span { border-color: #253F35; }

 span { border-color: rgb(37,63,53); }

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