Html Css Color HEX #271D1D Nero

📋 copy color: '#271D1D'

red 39 ◦ green 29 ◦ blue 29

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

Shades of Nero #271D1D

Tints of Nero #271D1D

RGB

 RED value IS 39 (15.63% from 255) = 40.21%

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

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

R = 40.21%
G = 29.9%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.26

 K value IS 0.85

RGB Variations

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

Color information

#271D1D (or 0x271D1D) is known color: Nero. HEX triplet: 27, 1D and 1D. RGB value is (39,29,29). Sum of RGB (Red+Green+Blue) = 39+29+29=97 (12% of max value = 765). Red value is 39 (15.62% from 255 or 40.21% from 97); Green value is 29 (11.72% from 255 or 29.90% from 97); Blue value is 29 (11.72% from 255 or 29.90% from 97); Max value from RGB is 39 - color contains mainly: red. Hex color #271D1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271D1D is #D8E2E2. Grayscale: #202020. Windows color (decimal): -14213859 or 1908007. OLE color: 1908007.

HSL color Cylindrical-coordinate representation of color #271D1D: hue angle of 0º degrees, saturation: 0.15, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #271D1D is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 29 29 -
CMYK 0 0.26 0.26 0.85
HSL 0.15% 0.13% -
HSV(B) 0.26% 0.15% -
XYZ 1.5 1.4 1.35 -
YUV 31.99 126.31 133 -
System Red Green Blue C M Y K H S L
Decimal 39 29 29 0 0.26 0.26 0.85 0 0.15 0.13
Hex 27 1D 1D 0 1A 1A 55 0 F D
Octal 47 35 35 0 32 32 125 0 17 15
Binary 100111 11101 11101 0 11010 11010 1010101 0 1111 1101

Color Harmonies of #271D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271D1D

Black with #271D1D

Text Example


Text Example

White with #271D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271D1D; }

 p { color: rgb(39,29,29); }

 H1.HeaderClassName
 {
   color: #271D1D;
 }
 .AnyTagClassName
 {
   color: #271D1D;
 }
</style>

background-color css

<style>
 a { background-color: #271D1D; }

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

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

border-color css

<style>
 span { border-color: #271D1D; }

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

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