#262313

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

Shades of Maire #262313

Tints of Maire #262313

Color information

#262313 (or 0x262313) is unknown color: approx Maire. HEX triplet: 26, 23 and 13. RGB value is (38,35,19). Sum of RGB (Red+Green+Blue) = 38+35+19=92 (12% of max value = 765). Red value is 38 (15.23% from 255 or 41.30% from 92); Green value is 35 (14.06% from 255 or 38.04% from 92); Blue value is 19 (7.81% from 255 or 20.65% from 92); Max value from RGB is 38 - color contains mainly: red. Hex color #262313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #262313 is #D9DCEC. Grayscale: #222222. Windows color (decimal): -14277869 or 1254182. OLE color: 1254182.

HSL color Cylindrical-coordinate representation of color #262313: hue angle of 50.53º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #262313 is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.85.

Color convert

RGB383519-
CMYK00.080.500.85
HSL50.53º33.33%11.18%-
HSV(B)50.53º50%14.9%-
XYZ1.521.660.86-
YUV34.07119.49130.8-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 41.30%
GREEN value IS 35 (14.06% from 255) = 38.04%
BLUE value IS 19 (7.81% from 255) = 20.65%
R=41.30%
G=38.04%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.50
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38351900.080.500.8550.5333.3311.18
Hex2623130832553321b
Octal46432301062125634113
Binary100110100011100110100011001010101011100111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262313; }

 p { color: rgb(38,35,19); }

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

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

 a { background-color: rgb(38,35,19); }

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

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

 span { border-color: rgb(38,35,19); }

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