Html Css Color HEX #1F1B1B Nero

📋 copy color: '#1F1B1B'

red 31 ◦ green 27 ◦ blue 27

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

Shades of Nero #1F1B1B

Tints of Nero #1F1B1B

RGB

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

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

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

R = 36.47%
G = 31.76%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.13

 K value IS 0.88

RGB Variations

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

Color information

#1F1B1B (or 0x1F1B1B) is known color: Nero. HEX triplet: 1F, 1B and 1B. RGB value is (31,27,27). Sum of RGB (Red+Green+Blue) = 31+27+27=85 (11% of max value = 765). Red value is 31 (12.5% from 255 or 36.47% from 85); Green value is 27 (10.94% from 255 or 31.76% from 85); Blue value is 27 (10.94% from 255 or 31.76% from 85); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1B1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F1B1B is #E0E4E4. Grayscale: #1C1C1C. Windows color (decimal): -14738661 or 1776415. OLE color: 1776415.

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

Color convert

RGB 31 27 27 -
CMYK 0 0.13 0.13 0.88
HSL 0.07% 0.11% -
HSV(B) 0.13% 0.12% -
XYZ 1.15 1.15 1.2 -
YUV 28.2 127.33 130 -
System Red Green Blue C M Y K H S L
Decimal 31 27 27 0 0.13 0.13 0.88 0 0.07 0.11
Hex 1F 1B 1B 0 D D 58 0 7 B
Octal 37 33 33 0 15 15 130 0 7 13
Binary 11111 11011 11011 0 1101 1101 1011000 0 111 1011

Color Harmonies of #1F1B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1B1B

Black with #1F1B1B

Text Example


Text Example

White with #1F1B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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