#253D35

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

Shades of Burnham #253D35

Tints of Burnham #253D35

Color information

#253D35 (or 0x253D35) is unknown color: approx Burnham. HEX triplet: 25, 3D and 35. RGB value is (37,61,53). Sum of RGB (Red+Green+Blue) = 37+61+53=151 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.50% from 151); Green value is 61 (24.22% from 255 or 40.40% from 151); Blue value is 53 (21.09% from 255 or 35.10% from 151); Max value from RGB is 61 - color contains mainly: green. Hex color #253D35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253D35 is #DAC2CA. Grayscale: #343434. Windows color (decimal): -14336715 or 3489061. OLE color: 3489061.

HSL color Cylindrical-coordinate representation of color #253D35: hue angle of 160º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #253D35 is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.76.

Color convert

RGB376153-
CMYK0.3900.130.76
HSL160º24.49%19.22%-
HSV(B)160º39.34%23.92%-
XYZ3.073.993.98-
YUV52.91128.05116.65-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.50%
GREEN value IS 61 (24.22% from 255) = 40.40%
BLUE value IS 53 (21.09% from 255) = 35.10%
R=24.50%
G=40.40%
B=35.10%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3761530.3900.130.7616024.4919.22
Hex253D35270D4Ca01813
Octal457565470151142403023
Binary100101111101110101100111011011001100101000001100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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