Html Css Color HEX #3B1414 Seal Brown

📋 copy color: '#3B1414'

red 59 ◦ green 20 ◦ blue 20

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

Shades of Seal Brown #3B1414

Tints of Seal Brown #3B1414

RGB

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

 GREEN value IS 20 (8.2% from 255) = 20.2%

 BLUE value IS 20 (8.2% from 255) = 20.2%

R = 59.6%
G = 20.2%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.77

RGB Variations

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

Color information

#3B1414 (or 0x3B1414) is known color: Seal Brown. HEX triplet: 3B, 14 and 14. RGB value is (59,20,20). Sum of RGB (Red+Green+Blue) = 59+20+20=99 (13% of max value = 765). Red value is 59 (23.44% from 255 or 59.60% from 99); Green value is 20 (8.20% from 255 or 20.20% from 99); Blue value is 20 (8.20% from 255 or 20.20% from 99); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1414 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B1414 is #C4EBEB. Grayscale: #1F1F1F. Windows color (decimal): -12905452 or 1315899. OLE color: 1315899.

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

Color convert

RGB 59 20 20 -
CMYK 0 0.66 0.66 0.77
HSL 0.49% 0.15% -
HSV(B) 0.66% 0.23% -
XYZ 2.18 1.48 0.83 -
YUV 31.66 121.42 147.5 -
System Red Green Blue C M Y K H S L
Decimal 59 20 20 0 0.66 0.66 0.77 0 0.49 0.15
Hex 3B 14 14 0 42 42 4D 0 31 F
Octal 73 24 24 0 102 102 115 0 61 17
Binary 111011 10100 10100 0 1000010 1000010 1001101 0 110001 1111

Color Harmonies of #3B1414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1414

Black with #3B1414

Text Example


Text Example

White with #3B1414

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,20,20); }

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

background-color css

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

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

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

border-color css

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

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

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