#261F1F

Color #261F1F Nero (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nero #261F1F

Tints of Nero #261F1F

Color information

#261F1F (or 0x261F1F) is unknown color: approx Nero. HEX triplet: 26, 1F and 1F. RGB value is (38,31,31). Sum of RGB (Red+Green+Blue) = 38+31+31=100 (13% of max value = 765). Red value is 38 (15.23% from 255 or 38% from 100); Green value is 31 (12.5% from 255 or 31% from 100); Blue value is 31 (12.5% from 255 or 31% from 100); Max value from RGB is 38 - color contains mainly: red. Hex color #261F1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261F1F is #D9E0E0. Grayscale: #212121. Windows color (decimal): -14278881 or 2039590. OLE color: 2039590.

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

Color convert

RGB383131-
CMYK00.180.180.85
HSL10.14%13.53%-
HSV(B)18.42%14.9%-
XYZ1.541.491.5-
YUV33.09126.82131.5-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 38%
GREEN value IS 31 (12.5% from 255) = 31%
BLUE value IS 31 (12.5% from 255) = 31%
R=38%
G=31%
B=31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38313100.180.180.85010.1413.53
Hex261F1F01212550ae
Octal4637370222212501216
Binary1001101111111111010010100101010101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #261F1F;
 }
 .AnyTagClassName
 {
   color: #261F1F;
 }
</style>
background-color css

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

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

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

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

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

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