Html Css Color HEX #3B1C18 Brown Pod

📋 copy color: '#3B1C18'

red 59 ◦ green 28 ◦ blue 24

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

Shades of Brown Pod #3B1C18

Tints of Brown Pod #3B1C18

RGB

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

 GREEN value IS 28 (11.33% from 255) = 25.23%

 BLUE value IS 24 (9.77% from 255) = 21.62%

R = 53.15%
G = 25.23%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.59

 K value IS 0.77

RGB Variations

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

Color information

#3B1C18 (or 0x3B1C18) is known color: Brown Pod. HEX triplet: 3B, 1C and 18. RGB value is (59,28,24). Sum of RGB (Red+Green+Blue) = 59+28+24=111 (14% of max value = 765). Red value is 59 (23.44% from 255 or 53.15% from 111); Green value is 28 (11.33% from 255 or 25.23% from 111); Blue value is 24 (9.77% from 255 or 21.62% from 111); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1C18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B1C18 is #C4E3E7. Grayscale: #242424. Windows color (decimal): -12903400 or 1580091. OLE color: 1580091.

HSL color Cylindrical-coordinate representation of color #3B1C18: hue angle of 6.86º degrees, saturation: 0.42, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3B1C18 is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 28 24 -
CMYK 0 0.53 0.59 0.77
HSL 6.86º 0.42% 0.16% -
HSV(B) 6.86º 0.59% 0.23% -
XYZ 2.38 1.83 1.09 -
YUV 36.81 120.77 143.83 -
System Red Green Blue C M Y K H S L
Decimal 59 28 24 0 0.53 0.59 0.77 6.86 0.42 0.16
Hex 3B 1C 18 0 35 3B 4D 7 2A 10
Octal 73 34 30 0 65 73 115 7 52 20
Binary 111011 11100 11000 0 110101 111011 1001101 111 101010 10000

Color Harmonies of #3B1C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1C18

Black with #3B1C18

Text Example


Text Example

White with #3B1C18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,28,24); }

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

background-color css

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

 a { background-color: rgb(59,28,24); }

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

border-color css

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

 span { border-color: rgb(59,28,24); }

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