Html Css Color HEX #281E1D Nero

📋 copy color: '#281E1D'

red 40 ◦ green 30 ◦ blue 29

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

Shades of Nero #281E1D

Tints of Nero #281E1D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 30.3%

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

R = 40.4%
G = 30.3%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.28

 K value IS 0.84

RGB Variations

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

Color information

#281E1D (or 0x281E1D) is known color: Nero. HEX triplet: 28, 1E and 1D. RGB value is (40,30,29). Sum of RGB (Red+Green+Blue) = 40+30+29=99 (13% of max value = 765). Red value is 40 (16.02% from 255 or 40.40% from 99); Green value is 30 (12.11% from 255 or 30.30% from 99); Blue value is 29 (11.72% from 255 or 29.29% from 99); Max value from RGB is 40 - color contains mainly: red. Hex color #281E1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281E1D is #D7E1E2. Grayscale: #202020. Windows color (decimal): -14148067 or 1908264. OLE color: 1908264.

HSL color Cylindrical-coordinate representation of color #281E1D: hue angle of 5.45º degrees, saturation: 0.16, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #281E1D is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 30 29 -
CMYK 0 0.25 0.28 0.84
HSL 5.45º 0.16% 0.14% -
HSV(B) 5.45º 0.28% 0.16% -
XYZ 1.56 1.47 1.36 -
YUV 32.88 125.81 133.08 -
System Red Green Blue C M Y K H S L
Decimal 40 30 29 0 0.25 0.28 0.84 5.45 0.16 0.14
Hex 28 1E 1D 0 19 1C 54 5 10 E
Octal 50 36 35 0 31 34 124 5 20 16
Binary 101000 11110 11101 0 11001 11100 1010100 101 10000 1110

Color Harmonies of #281E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281E1D

Black with #281E1D

Text Example


Text Example

White with #281E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281E1D; }

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

 H1.HeaderClassName
 {
   color: #281E1D;
 }
 .AnyTagClassName
 {
   color: #281E1D;
 }
</style>

background-color css

<style>
 a { background-color: #281E1D; }

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

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

border-color css

<style>
 span { border-color: #281E1D; }

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

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