Html Css Color HEX #291D1B Nero

📋 copy color: '#291D1B'

red 41 ◦ green 29 ◦ blue 27

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

Shades of Nero #291D1B

Tints of Nero #291D1B

RGB

 RED value IS 41 (16.41% from 255) = 42.27%

 GREEN value IS 29 (11.72% from 255) = 29.9%

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

R = 42.27%
G = 29.9%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.34

 K value IS 0.84

RGB Variations

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

Color information

#291D1B (or 0x291D1B) is known color: Nero. HEX triplet: 29, 1D and 1B. RGB value is (41,29,27). Sum of RGB (Red+Green+Blue) = 41+29+27=97 (12% of max value = 765). Red value is 41 (16.41% from 255 or 42.27% from 97); Green value is 29 (11.72% from 255 or 29.90% from 97); Blue value is 27 (10.94% from 255 or 27.84% from 97); Max value from RGB is 41 - color contains mainly: red. Hex color #291D1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291D1B is #D6E2E4. Grayscale: #202020. Windows color (decimal): -14082789 or 1776937. OLE color: 1776937.

HSL color Cylindrical-coordinate representation of color #291D1B: hue angle of 8.57º degrees, saturation: 0.21, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #291D1B is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 29 27 -
CMYK 0 0.29 0.34 0.84
HSL 8.57º 0.21% 0.13% -
HSV(B) 8.57º 0.34% 0.16% -
XYZ 1.55 1.43 1.23 -
YUV 32.36 124.98 134.16 -
System Red Green Blue C M Y K H S L
Decimal 41 29 27 0 0.29 0.34 0.84 8.57 0.21 0.13
Hex 29 1D 1B 0 1D 22 54 9 15 D
Octal 51 35 33 0 35 42 124 11 25 15
Binary 101001 11101 11011 0 11101 100010 1010100 1001 10101 1101

Color Harmonies of #291D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291D1B

Black with #291D1B

Text Example


Text Example

White with #291D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291D1B; }

 p { color: rgb(41,29,27); }

 H1.HeaderClassName
 {
   color: #291D1B;
 }
 .AnyTagClassName
 {
   color: #291D1B;
 }
</style>

background-color css

<style>
 a { background-color: #291D1B; }

 a { background-color: rgb(41,29,27); }

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

border-color css

<style>
 span { border-color: #291D1B; }

 span { border-color: rgb(41,29,27); }

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