#261C1A

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

Shades of Nero #261C1A

Tints of Nero #261C1A

Color information

#261C1A (or 0x261C1A) is unknown color: approx Nero. HEX triplet: 26, 1C and 1A. RGB value is (38,28,26). Sum of RGB (Red+Green+Blue) = 38+28+26=92 (12% of max value = 765). Red value is 38 (15.23% from 255 or 41.30% from 92); Green value is 28 (11.33% from 255 or 30.43% from 92); Blue value is 26 (10.55% from 255 or 28.26% from 92); Max value from RGB is 38 - color contains mainly: red. Hex color #261C1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261C1A is #D9E3E5. Grayscale: #1E1E1E. Windows color (decimal): -14279654 or 1711142. OLE color: 1711142.

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

Color convert

RGB382826-
CMYK00.260.320.85
HSL10º18.75%12.55%-
HSV(B)10º31.58%14.9%-
XYZ1.41.321.16-
YUV30.76125.31133.16-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 41.30%
GREEN value IS 28 (11.33% from 255) = 30.43%
BLUE value IS 26 (10.55% from 255) = 28.26%
R=41.30%
G=30.43%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.32
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38282600.260.320.851018.7512.55
Hex261C1A01A2055a13d
Octal46343203240125122315
Binary100110111001101001101010000010101011010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,28,26); }

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

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

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

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

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

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

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