#262001

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

Shades of Maire #262001

Tints of Maire #262001

Color information

#262001 (or 0x262001) is unknown color: approx Maire. HEX triplet: 26, 20 and 01. RGB value is (38,32,1). Sum of RGB (Red+Green+Blue) = 38+32+1=71 (9% of max value = 765). Red value is 38 (15.23% from 255 or 53.52% from 71); Green value is 32 (12.89% from 255 or 45.07% from 71); Blue value is 1 (0.78% from 255 or 1.41% from 71); Max value from RGB is 38 - color contains mainly: red. Hex color #262001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #262001 is #D9DFFE. Grayscale: #1E1E1E. Windows color (decimal): -14278655 or 73766. OLE color: 73766.

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

Color convert

RGB38321-
CMYK00.160.970.85
HSL50.27º94.87%7.65%-
HSV(B)50.27º97.37%14.9%-
XYZ1.321.450.24-
YUV30.26111.49133.52-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 53.52%
GREEN value IS 32 (12.89% from 255) = 45.07%
BLUE value IS 1 (0.78% from 255) = 1.41%
R=53.52%
G=45.07%
B=1.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.97
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3832100.160.970.8550.2794.877.65
Hex262010106155325f8
Octal464010201411256213710
Binary10011010000010100001100001101010111001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262001; }

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

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

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

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

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

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

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

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