Html Css Color HEX #252C1F Black Forest

📋 copy color: '#252C1F'

red 37 ◦ green 44 ◦ blue 31

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

Shades of Black Forest #252C1F

Tints of Black Forest #252C1F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 39.29%

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

R = 33.04%
G = 39.29%
B = 27.68%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.30

 K value IS 0.83

RGB Variations

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

Color information

#252C1F (or 0x252C1F) is known color: Black Forest. HEX triplet: 25, 2C and 1F. RGB value is (37,44,31). Sum of RGB (Red+Green+Blue) = 37+44+31=112 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.04% from 112); Green value is 44 (17.58% from 255 or 39.29% from 112); Blue value is 31 (12.5% from 255 or 27.68% from 112); Max value from RGB is 44 - color contains mainly: green. Hex color #252C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252C1F is #DAD3E0. Grayscale: #282828. Windows color (decimal): -14341089 or 2042917. OLE color: 2042917.

HSL color Cylindrical-coordinate representation of color #252C1F: hue angle of 92.31º degrees, saturation: 0.17, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #252C1F is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.83.

Color convert

RGB 37 44 31 -
CMYK 0.16 0 0.30 0.83
HSL 92.31º 0.17% 0.15% -
HSV(B) 92.31º 0.3% 0.17% -
XYZ 1.91 2.29 1.64 -
YUV 40.43 122.68 125.56 -
System Red Green Blue C M Y K H S L
Decimal 37 44 31 0.16 0 0.30 0.83 92.31 0.17 0.15
Hex 25 2C 1F 10 0 1E 53 5C 11 F
Octal 45 54 37 20 0 36 123 134 21 17
Binary 100101 101100 11111 10000 0 11110 1010011 1011100 10001 1111

Color Harmonies of #252C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252C1F

Black with #252C1F

Text Example


Text Example

White with #252C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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