Html Css Color HEX #271C1A Nero

📋 copy color: '#271C1A'

red 39 ◦ green 28 ◦ blue 26

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

Shades of Nero #271C1A

Tints of Nero #271C1A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 30.11%

 BLUE value IS 26 (10.55% from 255) = 27.96%

R = 41.94%
G = 30.11%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.85

RGB Variations

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

Color information

#271C1A (or 0x271C1A) is known color: Nero. HEX triplet: 27, 1C and 1A. RGB value is (39,28,26). Sum of RGB (Red+Green+Blue) = 39+28+26=93 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.94% from 93); Green value is 28 (11.33% from 255 or 30.11% from 93); Blue value is 26 (10.55% from 255 or 27.96% from 93); Max value from RGB is 39 - color contains mainly: red. Hex color #271C1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271C1A is #D8E3E5. Grayscale: #1F1F1F. Windows color (decimal): -14214118 or 1711143. OLE color: 1711143.

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

Color convert

RGB 39 28 26 -
CMYK 0 0.28 0.33 0.85
HSL 9.23º 0.2% 0.13% -
HSV(B) 9.23º 0.33% 0.15% -
XYZ 1.44 1.34 1.16 -
YUV 31.06 125.14 133.66 -
System Red Green Blue C M Y K H S L
Decimal 39 28 26 0 0.28 0.33 0.85 9.23 0.2 0.13
Hex 27 1C 1A 0 1C 21 55 9 14 D
Octal 47 34 32 0 34 41 125 11 24 15
Binary 100111 11100 11010 0 11100 100001 1010101 1001 10100 1101

Color Harmonies of #271C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271C1A

Black with #271C1A

Text Example


Text Example

White with #271C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,28,26); }

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

background-color css

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

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

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

border-color css

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

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

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