Html Css Color HEX #3B1E18 Brown Pod

📋 copy color: '#3B1E18'

red 59 ◦ green 30 ◦ blue 24

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

Shades of Brown Pod #3B1E18

Tints of Brown Pod #3B1E18

RGB

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

 GREEN value IS 30 (12.11% from 255) = 26.55%

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

R = 52.21%
G = 26.55%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.59

 K value IS 0.77

RGB Variations

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

Color information

#3B1E18 (or 0x3B1E18) is known color: Brown Pod. HEX triplet: 3B, 1E and 18. RGB value is (59,30,24). Sum of RGB (Red+Green+Blue) = 59+30+24=113 (14% of max value = 765). Red value is 59 (23.44% from 255 or 52.21% from 113); Green value is 30 (12.11% from 255 or 26.55% from 113); Blue value is 24 (9.77% from 255 or 21.24% from 113); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1E18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B1E18 is #C4E1E7. Grayscale: #262626. Windows color (decimal): -12902888 or 1580603. OLE color: 1580603.

HSL color Cylindrical-coordinate representation of color #3B1E18: hue angle of 10.29º 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 #3B1E18 is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 30 24 -
CMYK 0 0.49 0.59 0.77
HSL 10.29º 0.42% 0.16% -
HSV(B) 10.29º 0.59% 0.23% -
XYZ 2.43 1.92 1.11 -
YUV 37.99 120.11 142.99 -
System Red Green Blue C M Y K H S L
Decimal 59 30 24 0 0.49 0.59 0.77 10.29 0.42 0.16
Hex 3B 1E 18 0 31 3B 4D A 2A 10
Octal 73 36 30 0 61 73 115 12 52 20
Binary 111011 11110 11000 0 110001 111011 1001101 1010 101010 10000

Color Harmonies of #3B1E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1E18

Black with #3B1E18

Text Example


Text Example

White with #3B1E18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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