Html Css Color HEX #28371A Black Forest

📋 copy color: '#28371A'

red 40 ◦ green 55 ◦ blue 26

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

Shades of Black Forest #28371A

Tints of Black Forest #28371A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 21.49%

R = 33.06%
G = 45.45%
B = 21.49%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.53

 K value IS 0.78

RGB Variations

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

Color information

#28371A (or 0x28371A) is known color: Black Forest. HEX triplet: 28, 37 and 1A. RGB value is (40,55,26). Sum of RGB (Red+Green+Blue) = 40+55+26=121 (16% of max value = 765). Red value is 40 (16.02% from 255 or 33.06% from 121); Green value is 55 (21.88% from 255 or 45.45% from 121); Blue value is 26 (10.55% from 255 or 21.49% from 121); Max value from RGB is 55 - color contains mainly: green. Hex color #28371A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28371A is #D7C8E5. Grayscale: #2F2F2F. Windows color (decimal): -14141670 or 1718056. OLE color: 1718056.

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

Color convert

RGB 40 55 26 -
CMYK 0.27 0 0.53 0.78
HSL 91.03º 0.36% 0.16% -
HSV(B) 91.03º 0.53% 0.22% -
XYZ 2.43 3.26 1.48 -
YUV 47.21 116.03 122.86 -
System Red Green Blue C M Y K H S L
Decimal 40 55 26 0.27 0 0.53 0.78 91.03 0.36 0.16
Hex 28 37 1A 1B 0 35 4E 5B 24 10
Octal 50 67 32 33 0 65 116 133 44 20
Binary 101000 110111 11010 11011 0 110101 1001110 1011011 100100 10000

Color Harmonies of #28371A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28371A

Black with #28371A

Text Example


Text Example

White with #28371A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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