#261F03

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

Shades of Maire #261F03

Tints of Maire #261F03

Color information

#261F03 (or 0x261F03) is unknown color: approx Maire. HEX triplet: 26, 1F and 03. RGB value is (38,31,3). Sum of RGB (Red+Green+Blue) = 38+31+3=72 (9% of max value = 765). Red value is 38 (15.23% from 255 or 52.78% from 72); Green value is 31 (12.5% from 255 or 43.06% from 72); Blue value is 3 (1.56% from 255 or 4.17% from 72); Max value from RGB is 38 - color contains mainly: red. Hex color #261F03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261F03 is #D9E0FC. Grayscale: #1E1E1E. Windows color (decimal): -14278909 or 204582. OLE color: 204582.

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

Color convert

RGB38313-
CMYK00.180.920.85
HSL48º85.37%8.04%-
HSV(B)48º92.11%14.9%-
XYZ1.311.40.29-
YUV29.9112.82133.78-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 52.78%
GREEN value IS 31 (12.5% from 255) = 43.06%
BLUE value IS 3 (1.56% from 255) = 4.17%
R=52.78%
G=43.06%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.92
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3831300.180.920.854885.378.04
Hex261F30125C5530558
Octal463730221341256012510
Binary10011011111110100101011100101010111000010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,31,3); }

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

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

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

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

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

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

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