Html Css Color HEX #3B1103 Seal Brown

📋 copy color: '#3B1103'

red 59 ◦ green 17 ◦ blue 3

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

Shades of Seal Brown #3B1103

Tints of Seal Brown #3B1103

RGB

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

 GREEN value IS 17 (7.03% from 255) = 21.52%

 BLUE value IS 3 (1.56% from 255) = 3.8%

R = 74.68%
G = 21.52%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.95

 K value IS 0.77

RGB Variations

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

Color information

#3B1103 (or 0x3B1103) is known color: Seal Brown. HEX triplet: 3B, 11 and 03. RGB value is (59,17,3). Sum of RGB (Red+Green+Blue) = 59+17+3=79 (10% of max value = 765). Red value is 59 (23.44% from 255 or 74.68% from 79); Green value is 17 (7.03% from 255 or 21.52% from 79); Blue value is 3 (1.56% from 255 or 3.80% from 79); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1103 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B1103 is #C4EEFC. Grayscale: #1C1C1C. Windows color (decimal): -12906237 or 201019. OLE color: 201019.

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

Color convert

RGB 59 17 3 -
CMYK 0 0.71 0.95 0.77
HSL 15º 0.9% 0.12% -
HSV(B) 15º 0.95% 0.23% -
XYZ 2.02 1.34 0.24 -
YUV 27.96 113.91 150.14 -
System Red Green Blue C M Y K H S L
Decimal 59 17 3 0 0.71 0.95 0.77 15 0.9 0.12
Hex 3B 11 3 0 47 5F 4D F 5A C
Octal 73 21 3 0 107 137 115 17 132 14
Binary 111011 10001 11 0 1000111 1011111 1001101 1111 1011010 1100

Color Harmonies of #3B1103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1103

Black with #3B1103

Text Example


Text Example

White with #3B1103

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,17,3); }

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

background-color css

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

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

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

border-color css

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

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

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