#3B301B

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

Shades of Mikado #3B301B

Tints of Mikado #3B301B

Color information

#3B301B (or 0x3B301B) is unknown color: approx Mikado. HEX triplet: 3B, 30 and 1B. RGB value is (59,48,27). Sum of RGB (Red+Green+Blue) = 59+48+27=134 (17% of max value = 765). Red value is 59 (23.44% from 255 or 44.03% from 134); Green value is 48 (19.14% from 255 or 35.82% from 134); Blue value is 27 (10.94% from 255 or 20.15% from 134); Max value from RGB is 59 - color contains mainly: red. Hex color #3B301B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B301B is #C4CFE4. Grayscale: #303030. Windows color (decimal): -12898277 or 1781819. OLE color: 1781819.

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

Color convert

RGB594827-
CMYK00.190.540.77
HSL39.38º37.21%16.86%-
HSV(B)39.38º54.24%23.14%-
XYZ3.063.121.48-
YUV48.9115.64135.21-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 44.03%
GREEN value IS 48 (19.14% from 255) = 35.82%
BLUE value IS 27 (10.94% from 255) = 20.15%
R=44.03%
G=35.82%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.54
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59482700.190.540.7739.3837.2116.86
Hex3B301B013364D272511
Octal73603302366115474521
Binary11101111000011011010011110110100110110011110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B301B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,48,27); }

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

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

 a { background-color: rgb(59,48,27); }

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

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

 span { border-color: rgb(59,48,27); }

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