Html Css Color HEX #28201F Nero

📋 copy color: '#28201F'

red 40 ◦ green 32 ◦ blue 31

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

Shades of Nero #28201F

Tints of Nero #28201F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 31.07%

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

R = 38.83%
G = 31.07%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.22

 K value IS 0.84

RGB Variations

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

Color information

#28201F (or 0x28201F) is known color: Nero. HEX triplet: 28, 20 and 1F. RGB value is (40,32,31). Sum of RGB (Red+Green+Blue) = 40+32+31=103 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.83% from 103); Green value is 32 (12.89% from 255 or 31.07% from 103); Blue value is 31 (12.5% from 255 or 30.10% from 103); Max value from RGB is 40 - color contains mainly: red. Hex color #28201F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28201F is #D7DFE0. Grayscale: #222222. Windows color (decimal): -14147553 or 2039848. OLE color: 2039848.

HSL color Cylindrical-coordinate representation of color #28201F: hue angle of 6.67º degrees, saturation: 0.13, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #28201F is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 32 31 -
CMYK 0 0.20 0.22 0.84
HSL 6.67º 0.13% 0.14% -
HSV(B) 6.67º 0.23% 0.16% -
XYZ 1.64 1.58 1.52 -
YUV 34.28 126.15 132.08 -
System Red Green Blue C M Y K H S L
Decimal 40 32 31 0 0.20 0.22 0.84 6.67 0.13 0.14
Hex 28 20 1F 0 14 16 54 7 D E
Octal 50 40 37 0 24 26 124 7 15 16
Binary 101000 100000 11111 0 10100 10110 1010100 111 1101 1110

Color Harmonies of #28201F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28201F

Black with #28201F

Text Example


Text Example

White with #28201F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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