Html Css Color HEX #28401B Black Forest

📋 copy color: '#28401B'

red 40 ◦ green 64 ◦ blue 27

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

Shades of Black Forest #28401B

Tints of Black Forest #28401B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 48.85%

 BLUE value IS 27 (10.94% from 255) = 20.61%

R = 30.53%
G = 48.85%
B = 20.61%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.58

 K value IS 0.75

RGB Variations

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

Color information

#28401B (or 0x28401B) is known color: Black Forest. HEX triplet: 28, 40 and 1B. RGB value is (40,64,27). Sum of RGB (Red+Green+Blue) = 40+64+27=131 (17% of max value = 765). Red value is 40 (16.02% from 255 or 30.53% from 131); Green value is 64 (25.39% from 255 or 48.85% from 131); Blue value is 27 (10.94% from 255 or 20.61% from 131); Max value from RGB is 64 - color contains mainly: green. Hex color #28401B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28401B is #D7BFE4. Grayscale: #343434. Windows color (decimal): -14139365 or 1785896. OLE color: 1785896.

HSL color Cylindrical-coordinate representation of color #28401B: hue angle of 98.92º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #28401B is Cyan = 0.38, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.75.

Color convert

RGB 40 64 27 -
CMYK 0.38 0 0.58 0.75
HSL 98.92º 0.41% 0.18% -
HSV(B) 98.92º 0.58% 0.25% -
XYZ 2.91 4.2 1.69 -
YUV 52.61 113.55 119.01 -
System Red Green Blue C M Y K H S L
Decimal 40 64 27 0.38 0 0.58 0.75 98.92 0.41 0.18
Hex 28 40 1B 26 0 3A 4B 63 29 12
Octal 50 100 33 46 0 72 113 143 51 22
Binary 101000 1000000 11011 100110 0 111010 1001011 1100011 101001 10010

Color Harmonies of #28401B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28401B

Black with #28401B

Text Example


Text Example

White with #28401B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28401B; }

 p { color: rgb(40,64,27); }

 H1.HeaderClassName
 {
   color: #28401B;
 }
 .AnyTagClassName
 {
   color: #28401B;
 }
</style>

background-color css

<style>
 a { background-color: #28401B; }

 a { background-color: rgb(40,64,27); }

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

border-color css

<style>
 span { border-color: #28401B; }

 span { border-color: rgb(40,64,27); }

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