Html Css Color HEX #252E1F Black Forest

📋 copy color: '#252E1F'

red 37 ◦ green 46 ◦ blue 31

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

Shades of Black Forest #252E1F

Tints of Black Forest #252E1F

RGB

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

 GREEN value IS 46 (18.36% from 255) = 40.35%

 BLUE value IS 31 (12.5% from 255) = 27.19%

R = 32.46%
G = 40.35%
B = 27.19%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.33

 K value IS 0.82

RGB Variations

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

Color information

#252E1F (or 0x252E1F) is known color: Black Forest. HEX triplet: 25, 2E and 1F. RGB value is (37,46,31). Sum of RGB (Red+Green+Blue) = 37+46+31=114 (15% of max value = 765). Red value is 37 (14.84% from 255 or 32.46% from 114); Green value is 46 (18.36% from 255 or 40.35% from 114); Blue value is 31 (12.5% from 255 or 27.19% from 114); Max value from RGB is 46 - color contains mainly: green. Hex color #252E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252E1F is #DAD1E0. Grayscale: #292929. Windows color (decimal): -14340577 or 2043429. OLE color: 2043429.

HSL color Cylindrical-coordinate representation of color #252E1F: hue angle of 96º degrees, saturation: 0.19, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #252E1F is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.82.

Color convert

RGB 37 46 31 -
CMYK 0.20 0 0.33 0.82
HSL 96º 0.19% 0.15% -
HSV(B) 96º 0.33% 0.18% -
XYZ 1.99 2.45 1.66 -
YUV 41.6 122.02 124.72 -
System Red Green Blue C M Y K H S L
Decimal 37 46 31 0.20 0 0.33 0.82 96 0.19 0.15
Hex 25 2E 1F 14 0 21 52 60 13 F
Octal 45 56 37 24 0 41 122 140 23 17
Binary 100101 101110 11111 10100 0 100001 1010010 1100000 10011 1111

Color Harmonies of #252E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252E1F

Black with #252E1F

Text Example


Text Example

White with #252E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252E1F; }

 p { color: rgb(37,46,31); }

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

background-color css

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

 a { background-color: rgb(37,46,31); }

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

border-color css

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

 span { border-color: rgb(37,46,31); }

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