Html Css Color HEX #28371D Black Forest

📋 copy color: '#28371D'

red 40 ◦ green 55 ◦ blue 29

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

Shades of Black Forest #28371D

Tints of Black Forest #28371D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 23.39%

R = 32.26%
G = 44.35%
B = 23.39%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.47

 K value IS 0.78

RGB Variations

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

Color information

#28371D (or 0x28371D) is known color: Black Forest. HEX triplet: 28, 37 and 1D. RGB value is (40,55,29). Sum of RGB (Red+Green+Blue) = 40+55+29=124 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.26% from 124); Green value is 55 (21.88% from 255 or 44.35% from 124); Blue value is 29 (11.72% from 255 or 23.39% from 124); Max value from RGB is 55 - color contains mainly: green. Hex color #28371D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28371D is #D7C8E2. Grayscale: #2F2F2F. Windows color (decimal): -14141667 or 1914664. OLE color: 1914664.

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

Color convert

RGB 40 55 29 -
CMYK 0.27 0 0.47 0.78
HSL 94.62º 0.31% 0.16% -
HSV(B) 94.62º 0.47% 0.22% -
XYZ 2.46 3.27 1.66 -
YUV 47.55 117.53 122.61 -
System Red Green Blue C M Y K H S L
Decimal 40 55 29 0.27 0 0.47 0.78 94.62 0.31 0.16
Hex 28 37 1D 1B 0 2F 4E 5F 1F 10
Octal 50 67 35 33 0 57 116 137 37 20
Binary 101000 110111 11101 11011 0 101111 1001110 1011111 11111 10000

Color Harmonies of #28371D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28371D

Black with #28371D

Text Example


Text Example

White with #28371D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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