#262400

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

Shades of Maire #262400

Tints of Maire #262400

Color information

#262400 (or 0x262400) is unknown color: approx Maire. HEX triplet: 26, 24 and 00. RGB value is (38,36,0). Sum of RGB (Red+Green+Blue) = 38+36+0=74 (9% of max value = 765). Red value is 38 (15.23% from 255 or 51.35% from 74); Green value is 36 (14.45% from 255 or 48.65% from 74); Blue value is 0 (0.39% from 255 or 0% from 74); Max value from RGB is 38 - color contains mainly: red. Hex color #262400 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #262400 is #D9DBFF. Grayscale: #202020. Windows color (decimal): -14277632 or 9254. OLE color: 9254.

HSL color Cylindrical-coordinate representation of color #262400: hue angle of 56.84º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #262400 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.85.

Color convert

RGB38360-
CMYK00.0510.85
HSL56.84º100%7.45%-
HSV(B)56.84º100%14.9%-
XYZ1.431.670.25-
YUV32.49109.66131.93-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 51.35%
GREEN value IS 36 (14.45% from 255) = 48.65%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.35%
G=48.65%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 1
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3836000.0510.8556.841007.45
Hex2624005645539647
Octal4644005144125711447
Binary10011010010000101110010010101011110011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262400; }

 p { color: rgb(38,36,0); }

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

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

 a { background-color: rgb(38,36,0); }

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

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

 span { border-color: rgb(38,36,0); }

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