Html Css Color HEX #3B1F18 Brown Pod

📋 copy color: '#3B1F18'

red 59 ◦ green 31 ◦ blue 24

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

Shades of Brown Pod #3B1F18

Tints of Brown Pod #3B1F18

RGB

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

 GREEN value IS 31 (12.5% from 255) = 27.19%

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

R = 51.75%
G = 27.19%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.59

 K value IS 0.77

RGB Variations

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

Color information

#3B1F18 (or 0x3B1F18) is known color: Brown Pod. HEX triplet: 3B, 1F and 18. RGB value is (59,31,24). Sum of RGB (Red+Green+Blue) = 59+31+24=114 (15% of max value = 765). Red value is 59 (23.44% from 255 or 51.75% from 114); Green value is 31 (12.5% from 255 or 27.19% from 114); Blue value is 24 (9.77% from 255 or 21.05% from 114); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1F18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B1F18 is #C4E0E7. Grayscale: #262626. Windows color (decimal): -12902632 or 1580859. OLE color: 1580859.

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

Color convert

RGB 59 31 24 -
CMYK 0 0.47 0.59 0.77
HSL 12º 0.42% 0.16% -
HSV(B) 12º 0.59% 0.23% -
XYZ 2.46 1.98 1.12 -
YUV 38.57 119.78 142.57 -
System Red Green Blue C M Y K H S L
Decimal 59 31 24 0 0.47 0.59 0.77 12 0.42 0.16
Hex 3B 1F 18 0 2F 3B 4D C 2A 10
Octal 73 37 30 0 57 73 115 14 52 20
Binary 111011 11111 11000 0 101111 111011 1001101 1100 101010 10000

Color Harmonies of #3B1F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1F18

Black with #3B1F18

Text Example


Text Example

White with #3B1F18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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