Html Css Color HEX #1F1B1A Nero

📋 copy color: '#1F1B1A'

red 31 ◦ green 27 ◦ blue 26

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

Shades of Nero #1F1B1A

Tints of Nero #1F1B1A

RGB

 RED value IS 31 (12.5% from 255) = 36.9%

 GREEN value IS 27 (10.94% from 255) = 32.14%

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

R = 36.9%
G = 32.14%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.16

 K value IS 0.88

RGB Variations

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

Color information

#1F1B1A (or 0x1F1B1A) is known color: Nero. HEX triplet: 1F, 1B and 1A. RGB value is (31,27,26). Sum of RGB (Red+Green+Blue) = 31+27+26=84 (11% of max value = 765). Red value is 31 (12.5% from 255 or 36.90% from 84); Green value is 27 (10.94% from 255 or 32.14% from 84); Blue value is 26 (10.55% from 255 or 30.95% from 84); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1B1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F1B1A is #E0E4E5. Grayscale: #1C1C1C. Windows color (decimal): -14738662 or 1710879. OLE color: 1710879.

HSL color Cylindrical-coordinate representation of color #1F1B1A: hue angle of 12º degrees, saturation: 0.09, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #1F1B1A is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.88.

Color convert

RGB 31 27 26 -
CMYK 0 0.13 0.16 0.88
HSL 12º 0.09% 0.11% -
HSV(B) 12º 0.16% 0.12% -
XYZ 1.14 1.15 1.14 -
YUV 28.08 126.83 130.08 -
System Red Green Blue C M Y K H S L
Decimal 31 27 26 0 0.13 0.16 0.88 12 0.09 0.11
Hex 1F 1B 1A 0 D 10 58 C 9 B
Octal 37 33 32 0 15 20 130 14 11 13
Binary 11111 11011 11010 0 1101 10000 1011000 1100 1001 1011

Color Harmonies of #1F1B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1B1A

Black with #1F1B1A

Text Example


Text Example

White with #1F1B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F1B1A; }

 p { color: rgb(31,27,26); }

 H1.HeaderClassName
 {
   color: #1F1B1A;
 }
 .AnyTagClassName
 {
   color: #1F1B1A;
 }
</style>

background-color css

<style>
 a { background-color: #1F1B1A; }

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

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

border-color css

<style>
 span { border-color: #1F1B1A; }

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

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