Html Css Color HEX #271F1F Nero

📋 copy color: '#271F1F'

red 39 ◦ green 31 ◦ blue 31

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

Shades of Nero #271F1F

Tints of Nero #271F1F

RGB

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

 GREEN value IS 31 (12.5% from 255) = 30.69%

 BLUE value IS 31 (12.5% from 255) = 30.69%

R = 38.61%
G = 30.69%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.21

 K value IS 0.85

RGB Variations

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

Color information

#271F1F (or 0x271F1F) is known color: Nero. HEX triplet: 27, 1F and 1F. RGB value is (39,31,31). Sum of RGB (Red+Green+Blue) = 39+31+31=101 (13% of max value = 765). Red value is 39 (15.62% from 255 or 38.61% from 101); Green value is 31 (12.5% from 255 or 30.69% from 101); Blue value is 31 (12.5% from 255 or 30.69% from 101); Max value from RGB is 39 - color contains mainly: red. Hex color #271F1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271F1F is #D8E0E0. Grayscale: #212121. Windows color (decimal): -14213345 or 2039591. OLE color: 2039591.

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

Color convert

RGB 39 31 31 -
CMYK 0 0.21 0.21 0.85
HSL 0.11% 0.14% -
HSV(B) 0.21% 0.15% -
XYZ 1.57 1.51 1.5 -
YUV 33.39 126.65 132 -
System Red Green Blue C M Y K H S L
Decimal 39 31 31 0 0.21 0.21 0.85 0 0.11 0.14
Hex 27 1F 1F 0 15 15 55 0 B E
Octal 47 37 37 0 25 25 125 0 13 16
Binary 100111 11111 11111 0 10101 10101 1010101 0 1011 1110

Color Harmonies of #271F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271F1F

Black with #271F1F

Text Example


Text Example

White with #271F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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