Html Css Color HEX #253420 Black Forest

📋 copy color: '#253420'

red 37 ◦ green 52 ◦ blue 32

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

Shades of Black Forest #253420

Tints of Black Forest #253420

RGB

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

 GREEN value IS 52 (20.7% from 255) = 42.98%

 BLUE value IS 32 (12.89% from 255) = 26.45%

R = 30.58%
G = 42.98%
B = 26.45%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.38

 K value IS 0.80

RGB Variations

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

Color information

#253420 (or 0x253420) is known color: Black Forest. HEX triplet: 25, 34 and 20. RGB value is (37,52,32). Sum of RGB (Red+Green+Blue) = 37+52+32=121 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.58% from 121); Green value is 52 (20.70% from 255 or 42.98% from 121); Blue value is 32 (12.89% from 255 or 26.45% from 121); Max value from RGB is 52 - color contains mainly: green. Hex color #253420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253420 is #DACBDF. Grayscale: #2D2D2D. Windows color (decimal): -14339040 or 2110501. OLE color: 2110501.

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

Color convert

RGB 37 52 32 -
CMYK 0.29 0 0.38 0.80
HSL 105º 0.24% 0.16% -
HSV(B) 105º 0.38% 0.2% -
XYZ 2.25 2.95 1.82 -
YUV 45.24 120.53 122.13 -
System Red Green Blue C M Y K H S L
Decimal 37 52 32 0.29 0 0.38 0.80 105 0.24 0.16
Hex 25 34 20 1D 0 26 50 69 18 10
Octal 45 64 40 35 0 46 120 151 30 20
Binary 100101 110100 100000 11101 0 100110 1010000 1101001 11000 10000

Color Harmonies of #253420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253420

Black with #253420

Text Example


Text Example

White with #253420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253420; }

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

 H1.HeaderClassName
 {
   color: #253420;
 }
 .AnyTagClassName
 {
   color: #253420;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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