Html Css Color HEX #271E1D Nero

📋 copy color: '#271E1D'

red 39 ◦ green 30 ◦ blue 29

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

Shades of Nero #271E1D

Tints of Nero #271E1D

RGB

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

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

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

R = 39.8%
G = 30.61%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.26

 K value IS 0.85

RGB Variations

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

Color information

#271E1D (or 0x271E1D) is known color: Nero. HEX triplet: 27, 1E and 1D. RGB value is (39,30,29). Sum of RGB (Red+Green+Blue) = 39+30+29=98 (12% of max value = 765). Red value is 39 (15.62% from 255 or 39.80% from 98); Green value is 30 (12.11% from 255 or 30.61% from 98); Blue value is 29 (11.72% from 255 or 29.59% from 98); Max value from RGB is 39 - color contains mainly: red. Hex color #271E1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271E1D is #D8E1E2. Grayscale: #202020. Windows color (decimal): -14213603 or 1908263. OLE color: 1908263.

HSL color Cylindrical-coordinate representation of color #271E1D: hue angle of 6º 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 #271E1D is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 30 29 -
CMYK 0 0.23 0.26 0.85
HSL 0.15% 0.13% -
HSV(B) 0.26% 0.15% -
XYZ 1.52 1.45 1.36 -
YUV 32.58 125.98 132.58 -
System Red Green Blue C M Y K H S L
Decimal 39 30 29 0 0.23 0.26 0.85 6 0.15 0.13
Hex 27 1E 1D 0 17 1A 55 6 F D
Octal 47 36 35 0 27 32 125 6 17 15
Binary 100111 11110 11101 0 10111 11010 1010101 110 1111 1101

Color Harmonies of #271E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271E1D

Black with #271E1D

Text Example


Text Example

White with #271E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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