Html Css Color HEX #28371F Black Forest

📋 copy color: '#28371F'

red 40 ◦ green 55 ◦ blue 31

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

Shades of Black Forest #28371F

Tints of Black Forest #28371F

RGB

 RED value IS 40 (16.02% from 255) = 31.75%

 GREEN value IS 55 (21.88% from 255) = 43.65%

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

R = 31.75%
G = 43.65%
B = 24.6%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.44

 K value IS 0.78

RGB Variations

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

Color information

#28371F (or 0x28371F) is known color: Black Forest. HEX triplet: 28, 37 and 1F. RGB value is (40,55,31). Sum of RGB (Red+Green+Blue) = 40+55+31=126 (16% of max value = 765). Red value is 40 (16.02% from 255 or 31.75% from 126); Green value is 55 (21.88% from 255 or 43.65% from 126); Blue value is 31 (12.5% from 255 or 24.60% from 126); Max value from RGB is 55 - color contains mainly: green. Hex color #28371F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28371F is #D7C8E0. Grayscale: #2F2F2F. Windows color (decimal): -14141665 or 2045736. OLE color: 2045736.

HSL color Cylindrical-coordinate representation of color #28371F: hue angle of 97.5º degrees, saturation: 0.28, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #28371F is Cyan = 0.27, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.78.

Color convert

RGB 40 55 31 -
CMYK 0.27 0 0.44 0.78
HSL 97.5º 0.28% 0.17% -
HSV(B) 97.5º 0.44% 0.22% -
XYZ 2.49 3.28 1.8 -
YUV 47.78 118.53 122.45 -
System Red Green Blue C M Y K H S L
Decimal 40 55 31 0.27 0 0.44 0.78 97.5 0.28 0.17
Hex 28 37 1F 1B 0 2C 4E 62 1C 11
Octal 50 67 37 33 0 54 116 142 34 21
Binary 101000 110111 11111 11011 0 101100 1001110 1100010 11100 10001

Color Harmonies of #28371F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28371F

Black with #28371F

Text Example


Text Example

White with #28371F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28371F; }

 p { color: rgb(40,55,31); }

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

background-color css

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

 a { background-color: rgb(40,55,31); }

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

border-color css

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

 span { border-color: rgb(40,55,31); }

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