#261B01

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

Shades of Maire #261B01

Tints of Maire #261B01

Color information

#261B01 (or 0x261B01) is unknown color: approx Maire. HEX triplet: 26, 1B and 01. RGB value is (38,27,1). Sum of RGB (Red+Green+Blue) = 38+27+1=66 (8% of max value = 765). Red value is 38 (15.23% from 255 or 57.58% from 66); Green value is 27 (10.94% from 255 or 40.91% from 66); Blue value is 1 (0.78% from 255 or 1.52% from 66); Max value from RGB is 38 - color contains mainly: red. Hex color #261B01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261B01 is #D9E4FE. Grayscale: #1B1B1B. Windows color (decimal): -14279935 or 72486. OLE color: 72486.

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

Color convert

RGB38271-
CMYK00.290.970.85
HSL42.16º94.87%7.65%-
HSV(B)42.16º97.37%14.9%-
XYZ1.21.20.2-
YUV27.32113.14135.61-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 57.58%
GREEN value IS 27 (10.94% from 255) = 40.91%
BLUE value IS 1 (0.78% from 255) = 1.52%
R=57.58%
G=40.91%
B=1.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.97
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3827100.290.970.8542.1694.877.65
Hex261B101D61552a5f8
Octal463310351411255213710
Binary1001101101110111011100001101010110101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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