#253430

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

Shades of Woodsmoke #253430

Tints of Woodsmoke #253430

Color information

#253430 (or 0x253430) is unknown color: approx Woodsmoke. HEX triplet: 25, 34 and 30. RGB value is (37,52,48). Sum of RGB (Red+Green+Blue) = 37+52+48=137 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.01% from 137); Green value is 52 (20.70% from 255 or 37.96% from 137); Blue value is 48 (19.14% from 255 or 35.04% from 137); Max value from RGB is 52 - color contains mainly: green. Hex color #253430 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253430 is #DACBCF. Grayscale: #2F2F2F. Windows color (decimal): -14339024 or 3159077. OLE color: 3159077.

HSL color Cylindrical-coordinate representation of color #253430: hue angle of 164º 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 #253430 is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.80.

Color convert

RGB375248-
CMYK0.2900.080.80
HSL164º16.85%17.45%-
HSV(B)164º28.85%20.39%-
XYZ2.523.063.25-
YUV47.06128.53120.83-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 27.01%
GREEN value IS 52 (20.70% from 255) = 37.96%
BLUE value IS 48 (19.14% from 255) = 35.04%
R=27.01%
G=37.96%
B=35.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3752480.2900.080.8016416.8517.45
Hex2534301D0850a41111
Octal456460350101202442121
Binary10010111010011000011101010001010000101001001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253430; }

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

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

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

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

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

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

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

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