Html Css Color HEX #3B1B15 Brown Pod

📋 copy color: '#3B1B15'

red 59 ◦ green 27 ◦ blue 21

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

Shades of Brown Pod #3B1B15

Tints of Brown Pod #3B1B15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 19.63%

R = 55.14%
G = 25.23%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.64

 K value IS 0.77

RGB Variations

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

Color information

#3B1B15 (or 0x3B1B15) is known color: Brown Pod. HEX triplet: 3B, 1B and 15. RGB value is (59,27,21). Sum of RGB (Red+Green+Blue) = 59+27+21=107 (14% of max value = 765). Red value is 59 (23.44% from 255 or 55.14% from 107); Green value is 27 (10.94% from 255 or 25.23% from 107); Blue value is 21 (8.59% from 255 or 19.63% from 107); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B1B15 is #C4E4EA. Grayscale: #232323. Windows color (decimal): -12903659 or 1383227. OLE color: 1383227.

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

Color convert

RGB 59 27 21 -
CMYK 0 0.54 0.64 0.77
HSL 9.47º 0.48% 0.16% -
HSV(B) 9.47º 0.64% 0.23% -
XYZ 2.33 1.77 0.93 -
YUV 35.88 119.6 144.49 -
System Red Green Blue C M Y K H S L
Decimal 59 27 21 0 0.54 0.64 0.77 9.47 0.48 0.16
Hex 3B 1B 15 0 36 40 4D 9 30 10
Octal 73 33 25 0 66 100 115 11 60 20
Binary 111011 11011 10101 0 110110 1000000 1001101 1001 110000 10000

Color Harmonies of #3B1B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1B15

Black with #3B1B15

Text Example


Text Example

White with #3B1B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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