Html Css Color HEX #3B241F Brown Pod

📋 copy color: '#3B241F'

red 59 ◦ green 36 ◦ blue 31

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

Shades of Brown Pod #3B241F

Tints of Brown Pod #3B241F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 28.57%

 BLUE value IS 31 (12.5% from 255) = 24.6%

R = 46.83%
G = 28.57%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.47

 K value IS 0.77

RGB Variations

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

Color information

#3B241F (or 0x3B241F) is known color: Brown Pod. HEX triplet: 3B, 24 and 1F. RGB value is (59,36,31). Sum of RGB (Red+Green+Blue) = 59+36+31=126 (16% of max value = 765). Red value is 59 (23.44% from 255 or 46.83% from 126); Green value is 36 (14.45% from 255 or 28.57% from 126); Blue value is 31 (12.5% from 255 or 24.60% from 126); Max value from RGB is 59 - color contains mainly: red. Hex color #3B241F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B241F is #C4DBE0. Grayscale: #2A2A2A. Windows color (decimal): -12901345 or 2040891. OLE color: 2040891.

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

Color convert

RGB 59 36 31 -
CMYK 0 0.39 0.47 0.77
HSL 10.71º 0.31% 0.18% -
HSV(B) 10.71º 0.47% 0.23% -
XYZ 2.68 2.29 1.6 -
YUV 42.31 121.62 139.91 -
System Red Green Blue C M Y K H S L
Decimal 59 36 31 0 0.39 0.47 0.77 10.71 0.31 0.18
Hex 3B 24 1F 0 27 2F 4D B 1F 12
Octal 73 44 37 0 47 57 115 13 37 22
Binary 111011 100100 11111 0 100111 101111 1001101 1011 11111 10010

Color Harmonies of #3B241F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B241F

Black with #3B241F

Text Example


Text Example

White with #3B241F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,36,31); }

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

background-color css

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

 a { background-color: rgb(59,36,31); }

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

border-color css

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

 span { border-color: rgb(59,36,31); }

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