#261C1B

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

Shades of Nero #261C1B

Tints of Nero #261C1B

Color information

#261C1B (or 0x261C1B) is unknown color: approx Nero. HEX triplet: 26, 1C and 1B. RGB value is (38,28,27). Sum of RGB (Red+Green+Blue) = 38+28+27=93 (12% of max value = 765). Red value is 38 (15.23% from 255 or 40.86% from 93); Green value is 28 (11.33% from 255 or 30.11% from 93); Blue value is 27 (10.94% from 255 or 29.03% from 93); Max value from RGB is 38 - color contains mainly: red. Hex color #261C1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261C1B is #D9E3E4. Grayscale: #1E1E1E. Windows color (decimal): -14279653 or 1776678. OLE color: 1776678.

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

Color convert

RGB382827-
CMYK00.260.290.85
HSL5.45º16.92%12.75%-
HSV(B)5.45º28.95%14.9%-
XYZ1.411.321.22-
YUV30.88125.81133.08-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 40.86%
GREEN value IS 28 (11.33% from 255) = 30.11%
BLUE value IS 27 (10.94% from 255) = 29.03%
R=40.86%
G=30.11%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38282700.260.290.855.4516.9212.75
Hex261C1B01A1D55511d
Octal4634330323512552115
Binary1001101110011011011010111011010101101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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