#261B00

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

Shades of Maire #261B00

Tints of Maire #261B00

Color information

#261B00 (or 0x261B00) is unknown color: approx Maire. HEX triplet: 26, 1B and 00. RGB value is (38,27,0). Sum of RGB (Red+Green+Blue) = 38+27+0=65 (8% of max value = 765). Red value is 38 (15.23% from 255 or 58.46% from 65); Green value is 27 (10.94% from 255 or 41.54% from 65); Blue value is 0 (0.39% from 255 or 0% from 65); Max value from RGB is 38 - color contains mainly: red. Hex color #261B00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261B00 is #D9E4FF. Grayscale: #1B1B1B. Windows color (decimal): -14279936 or 6950. OLE color: 6950.

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

Color convert

RGB38270-
CMYK00.2910.85
HSL42.63º100%7.45%-
HSV(B)42.63º100%14.9%-
XYZ1.191.20.17-
YUV27.21112.64135.7-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 58.46%
GREEN value IS 27 (10.94% from 255) = 41.54%
BLUE value IS 0 (0.39% from 255) = 0%
R=58.46%
G=41.54%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 1
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3827000.2910.8542.631007.45
Hex261B001D64552b647
Octal46330035144125531447
Binary100110110110011101110010010101011010111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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