#261C01

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

Shades of Maire #261C01

Tints of Maire #261C01

Color information

#261C01 (or 0x261C01) is unknown color: approx Maire. HEX triplet: 26, 1C and 01. RGB value is (38,28,1). Sum of RGB (Red+Green+Blue) = 38+28+1=67 (8% of max value = 765). Red value is 38 (15.23% from 255 or 56.72% from 67); Green value is 28 (11.33% from 255 or 41.79% from 67); Blue value is 1 (0.78% from 255 or 1.49% from 67); Max value from RGB is 38 - color contains mainly: red. Hex color #261C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261C01 is #D9E3FE. Grayscale: #1C1C1C. Windows color (decimal): -14279679 or 72742. OLE color: 72742.

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

Color convert

RGB38281-
CMYK00.260.970.85
HSL43.78º94.87%7.65%-
HSV(B)43.78º97.37%14.9%-
XYZ1.221.240.2-
YUV27.91112.81135.2-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 56.72%
GREEN value IS 28 (11.33% from 255) = 41.79%
BLUE value IS 1 (0.78% from 255) = 1.49%
R=56.72%
G=41.79%
B=1.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.97
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3828100.260.970.8543.7894.877.65
Hex261C101A61552c5f8
Octal463410321411255413710
Binary1001101110010110101100001101010110110010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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