Html Css Color HEX #3B2F13 Mikado

📋 copy color: '#3B2F13'

red 59 ◦ green 47 ◦ blue 19

#3B2F13
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mikado #3B2F13

Tints of Mikado #3B2F13

RGB

 RED value IS 59 (23.44% from 255) = 47.2%

 GREEN value IS 47 (18.75% from 255) = 37.6%

 BLUE value IS 19 (7.81% from 255) = 15.2%

R = 47.2%
G = 37.6%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.68

 K value IS 0.77

RGB Variations

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

Color information

#3B2F13 (or 0x3B2F13) is known color: Mikado. HEX triplet: 3B, 2F and 13. RGB value is (59,47,19). Sum of RGB (Red+Green+Blue) = 59+47+19=125 (16% of max value = 765). Red value is 59 (23.44% from 255 or 47.2% from 125); Green value is 47 (18.75% from 255 or 37.6% from 125); Blue value is 19 (7.81% from 255 or 15.2% from 125); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2F13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2F13 is #C4D0EC. Grayscale: #2F2F2F. Windows color (decimal): -12898541 or 1257275. OLE color: 1257275.

HSL color Cylindrical-coordinate representation of color #3B2F13: hue angle of 42º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3B2F13 is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 47 19 -
CMYK 0 0.20 0.68 0.77
HSL 42º 0.51% 0.15% -
HSV(B) 42º 0.68% 0.23% -
XYZ 2.94 3.01 1.04 -
YUV 47.4 111.98 136.28 -
System Red Green Blue C M Y K H S L
Decimal 59 47 19 0 0.20 0.68 0.77 42 0.51 0.15
Hex 3B 2F 13 0 14 44 4D 2A 33 F
Octal 73 57 23 0 24 104 115 52 63 17
Binary 111011 101111 10011 0 10100 1000100 1001101 101010 110011 1111

Color Harmonies of #3B2F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2F13

Black with #3B2F13

Text Example


Text Example

White with #3B2F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,47,19); }

 H1.HeaderClassName
 {
   color: #3B2F13;
 }
 .AnyTagClassName
 {
   color: #3B2F13;
 }
</style>

background-color css

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

 a { background-color: rgb(59,47,19); }

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

border-color css

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

 span { border-color: rgb(59,47,19); }

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