Html Css Color HEX #253430 Woodsmoke

📋 copy color: '#253430'

red 37 ◦ green 52 ◦ blue 48

#253430
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Woodsmoke #253430

Tints of Woodsmoke #253430

RGB

 RED value IS 37 (14.84% from 255) = 27.01%

 GREEN value IS 52 (20.7% 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 value IS 0.29

 M value IS 0

 Y value IS 0.08

 K value IS 0.80

RGB Variations

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

Color information

#253430 (or 0x253430) is known color: 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

RGB 37 52 48 -
CMYK 0.29 0 0.08 0.80
HSL 164º 0.17% 0.17% -
HSV(B) 164º 0.29% 0.2% -
XYZ 2.52 3.06 3.25 -
YUV 47.06 128.53 120.83 -
System Red Green Blue C M Y K H S L
Decimal 37 52 48 0.29 0 0.08 0.80 164 0.17 0.17
Hex 25 34 30 1D 0 8 50 A4 11 11
Octal 45 64 60 35 0 10 120 244 21 21
Binary 100101 110100 110000 11101 0 1000 1010000 10100100 10001 10001

Color Harmonies of #253430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253430

Black with #253430

Text Example


Text Example

White with #253430

Text Example


Text Example

HTML Codes & Css Web 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>