#261B1B

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

Shades of Nero #261B1B

Tints of Nero #261B1B

Color information

#261B1B (or 0x261B1B) is unknown color: approx Nero. HEX triplet: 26, 1B and 1B. RGB value is (38,27,27). Sum of RGB (Red+Green+Blue) = 38+27+27=92 (12% of max value = 765). Red value is 38 (15.23% from 255 or 41.30% from 92); Green value is 27 (10.94% from 255 or 29.35% from 92); Blue value is 27 (10.94% from 255 or 29.35% from 92); Max value from RGB is 38 - color contains mainly: red. Hex color #261B1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261B1B is #D9E4E4. Grayscale: #1E1E1E. Windows color (decimal): -14279909 or 1776422. OLE color: 1776422.

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

Color convert

RGB382727-
CMYK00.290.290.85
HSL16.92%12.75%-
HSV(B)28.95%14.9%-
XYZ1.391.281.21-
YUV30.29126.14133.5-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 41.30%
GREEN value IS 27 (10.94% from 255) = 29.35%
BLUE value IS 27 (10.94% from 255) = 29.35%
R=41.30%
G=29.35%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38272700.290.290.85016.9212.75
Hex261B1B01D1D55011d
Octal4633330353512502115
Binary10011011011110110111011110110101010100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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