Html Css Color HEX #311F1F Nero

📋 copy color: '#311F1F'

red 49 ◦ green 31 ◦ blue 31

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

Shades of Nero #311F1F

Tints of Nero #311F1F

RGB

 RED value IS 49 (19.53% from 255) = 44.14%

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

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

R = 44.14%
G = 27.93%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.37

 K value IS 0.81

RGB Variations

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

Color information

#311F1F (or 0x311F1F) is known color: Nero. HEX triplet: 31, 1F and 1F. RGB value is (49,31,31). Sum of RGB (Red+Green+Blue) = 49+31+31=111 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.14% from 111); Green value is 31 (12.5% from 255 or 27.93% from 111); Blue value is 31 (12.5% from 255 or 27.93% from 111); Max value from RGB is 49 - color contains mainly: red. Hex color #311F1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311F1F is #CEE0E0. Grayscale: #242424. Windows color (decimal): -13557985 or 2039601. OLE color: 2039601.

HSL color Cylindrical-coordinate representation of color #311F1F: hue angle of 0º degrees, saturation: 0.22, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #311F1F is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 31 31 -
CMYK 0 0.37 0.37 0.81
HSL 0.23% 0.16% -
HSV(B) 0.37% 0.19% -
XYZ 2 1.73 1.52 -
YUV 36.38 124.96 137 -
System Red Green Blue C M Y K H S L
Decimal 49 31 31 0 0.37 0.37 0.81 0 0.23 0.16
Hex 31 1F 1F 0 25 25 51 0 16 10
Octal 61 37 37 0 45 45 121 0 26 20
Binary 110001 11111 11111 0 100101 100101 1010001 0 10110 10000

Color Harmonies of #311F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311F1F

Black with #311F1F

Text Example


Text Example

White with #311F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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