#3B3303

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

Shades of Mikado #3B3303

Tints of Mikado #3B3303

Color information

#3B3303 (or 0x3B3303) is unknown color: approx Mikado. HEX triplet: 3B, 33 and 03. RGB value is (59,51,3). Sum of RGB (Red+Green+Blue) = 59+51+3=113 (14% of max value = 765). Red value is 59 (23.44% from 255 or 52.21% from 113); Green value is 51 (20.31% from 255 or 45.13% from 113); Blue value is 3 (1.56% from 255 or 2.65% from 113); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3303 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3303 is #C4CCFC. Grayscale: #303030. Windows color (decimal): -12897533 or 209723. OLE color: 209723.

HSL color Cylindrical-coordinate representation of color #3B3303: hue angle of 51.43º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3B3303 is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.77.

Color convert

RGB59513-
CMYK00.140.950.77
HSL51.43º90.32%12.16%-
HSV(B)51.43º94.92%23.14%-
XYZ33.30.57-
YUV47.92102.65135.9-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 52.21%
GREEN value IS 51 (20.31% from 255) = 45.13%
BLUE value IS 3 (1.56% from 255) = 2.65%
R=52.21%
G=45.13%
B=2.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.95
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5951300.140.950.7751.4390.3212.16
Hex3B3330E5F4D335ac
Octal736330161371156313214
Binary11101111001111011101011111100110111001110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,51,3); }

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

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

 a { background-color: rgb(59,51,3); }

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

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

 span { border-color: rgb(59,51,3); }

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