Html Css Color HEX #271D1B Nero

📋 copy color: '#271D1B'

red 39 ◦ green 29 ◦ blue 27

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

Shades of Nero #271D1B

Tints of Nero #271D1B

RGB

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

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

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

R = 41.05%
G = 30.53%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.31

 K value IS 0.85

RGB Variations

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

Color information

#271D1B (or 0x271D1B) is known color: Nero. HEX triplet: 27, 1D and 1B. RGB value is (39,29,27). Sum of RGB (Red+Green+Blue) = 39+29+27=95 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.05% from 95); Green value is 29 (11.72% from 255 or 30.53% from 95); Blue value is 27 (10.94% from 255 or 28.42% from 95); Max value from RGB is 39 - color contains mainly: red. Hex color #271D1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271D1B is #D8E2E4. Grayscale: #1F1F1F. Windows color (decimal): -14213861 or 1776935. OLE color: 1776935.

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

Color convert

RGB 39 29 27 -
CMYK 0 0.26 0.31 0.85
HSL 10º 0.18% 0.13% -
HSV(B) 10º 0.31% 0.15% -
XYZ 1.47 1.39 1.23 -
YUV 31.76 125.31 133.16 -
System Red Green Blue C M Y K H S L
Decimal 39 29 27 0 0.26 0.31 0.85 10 0.18 0.13
Hex 27 1D 1B 0 1A 1F 55 A 12 D
Octal 47 35 33 0 32 37 125 12 22 15
Binary 100111 11101 11011 0 11010 11111 1010101 1010 10010 1101

Color Harmonies of #271D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271D1B

Black with #271D1B

Text Example


Text Example

White with #271D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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