#3B351A

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

Shades of Mikado #3B351A

Tints of Mikado #3B351A

Color information

#3B351A (or 0x3B351A) is unknown color: approx Mikado. HEX triplet: 3B, 35 and 1A. RGB value is (59,53,26). Sum of RGB (Red+Green+Blue) = 59+53+26=138 (18% of max value = 765). Red value is 59 (23.44% from 255 or 42.75% from 138); Green value is 53 (21.09% from 255 or 38.41% from 138); Blue value is 26 (10.55% from 255 or 18.84% from 138); Max value from RGB is 59 - color contains mainly: red. Hex color #3B351A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B351A is #C4CAE5. Grayscale: #333333. Windows color (decimal): -12896998 or 1717563. OLE color: 1717563.

HSL color Cylindrical-coordinate representation of color #3B351A: hue angle of 49.09º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3B351A is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.77.

Color convert

RGB595326-
CMYK00.100.560.77
HSL49.09º38.82%16.67%-
HSV(B)49.09º55.93%23.14%-
XYZ3.263.551.49-
YUV51.72113.49133.2-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 42.75%
GREEN value IS 53 (21.09% from 255) = 38.41%
BLUE value IS 26 (10.55% from 255) = 18.84%
R=42.75%
G=38.41%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.56
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59532600.100.560.7749.0938.8216.67
Hex3B351A0A384D312711
Octal73653201270115614721
Binary1110111101011101001010111000100110111000110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B351A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B351A; }

 p { color: rgb(59,53,26); }

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

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

 a { background-color: rgb(59,53,26); }

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

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

 span { border-color: rgb(59,53,26); }

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