#261F1E

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

Shades of Nero #261F1E

Tints of Nero #261F1E

Color information

#261F1E (or 0x261F1E) is unknown color: approx Nero. HEX triplet: 26, 1F and 1E. RGB value is (38,31,30). Sum of RGB (Red+Green+Blue) = 38+31+30=99 (13% of max value = 765). Red value is 38 (15.23% from 255 or 38.38% from 99); Green value is 31 (12.5% from 255 or 31.31% from 99); Blue value is 30 (12.11% from 255 or 30.30% from 99); Max value from RGB is 38 - color contains mainly: red. Hex color #261F1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261F1E is #D9E0E1. Grayscale: #202020. Windows color (decimal): -14278882 or 1974054. OLE color: 1974054.

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

Color convert

RGB383130-
CMYK00.180.210.85
HSL7.5º11.76%13.33%-
HSV(B)7.5º21.05%14.9%-
XYZ1.521.491.43-
YUV32.98126.32131.58-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 38.38%
GREEN value IS 31 (12.5% from 255) = 31.31%
BLUE value IS 30 (12.11% from 255) = 30.30%
R=38.38%
G=31.31%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38313000.180.210.857.511.7613.33
Hex261F1E01215557cd
Octal4637360222512571415
Binary100110111111111001001010101101010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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