#261B1A

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

Shades of Nero #261B1A

Tints of Nero #261B1A

Color information

#261B1A (or 0x261B1A) is unknown color: approx Nero. HEX triplet: 26, 1B and 1A. RGB value is (38,27,26). Sum of RGB (Red+Green+Blue) = 38+27+26=91 (12% of max value = 765). Red value is 38 (15.23% from 255 or 41.76% from 91); Green value is 27 (10.94% from 255 or 29.67% from 91); Blue value is 26 (10.55% from 255 or 28.57% from 91); Max value from RGB is 38 - color contains mainly: red. Hex color #261B1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261B1A is #D9E4E5. Grayscale: #1E1E1E. Windows color (decimal): -14279910 or 1710886. OLE color: 1710886.

HSL color Cylindrical-coordinate representation of color #261B1A: hue angle of 5º 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 #261B1A is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.85.

Color convert

RGB382726-
CMYK00.290.320.85
HSL18.75%12.55%-
HSV(B)31.58%14.9%-
XYZ1.381.271.15-
YUV30.17125.64133.58-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 41.76%
GREEN value IS 27 (10.94% from 255) = 29.67%
BLUE value IS 26 (10.55% from 255) = 28.57%
R=41.76%
G=29.67%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.32
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38272600.290.320.85518.7512.55
Hex261B1A01D2055513d
Octal4633320354012552315
Binary10011011011110100111011000001010101101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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