Html Css Color HEX #3B1B01 Brown Pod

📋 copy color: '#3B1B01'

red 59 ◦ green 27 ◦ blue 1

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

Shades of Brown Pod #3B1B01

Tints of Brown Pod #3B1B01

RGB

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

 GREEN value IS 27 (10.94% from 255) = 31.03%

 BLUE value IS 1 (0.78% from 255) = 1.15%

R = 67.82%
G = 31.03%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.98

 K value IS 0.77

RGB Variations

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

Color information

#3B1B01 (or 0x3B1B01) is known color: Brown Pod. HEX triplet: 3B, 1B and 01. RGB value is (59,27,1). Sum of RGB (Red+Green+Blue) = 59+27+1=87 (11% of max value = 765). Red value is 59 (23.44% from 255 or 67.82% from 87); Green value is 27 (10.94% from 255 or 31.03% from 87); Blue value is 1 (0.78% from 255 or 1.15% from 87); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1B01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B1B01 is #C4E4FE. Grayscale: #212121. Windows color (decimal): -12903679 or 72507. OLE color: 72507.

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

Color convert

RGB 59 27 1 -
CMYK 0 0.54 0.98 0.77
HSL 26.9º 0.97% 0.12% -
HSV(B) 26.9º 0.98% 0.23% -
XYZ 2.2 1.72 0.24 -
YUV 33.6 109.6 146.11 -
System Red Green Blue C M Y K H S L
Decimal 59 27 1 0 0.54 0.98 0.77 26.9 0.97 0.12
Hex 3B 1B 1 0 36 62 4D 1B 61 C
Octal 73 33 1 0 66 142 115 33 141 14
Binary 111011 11011 1 0 110110 1100010 1001101 11011 1100001 1100

Color Harmonies of #3B1B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1B01

Black with #3B1B01

Text Example


Text Example

White with #3B1B01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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