Html Css Color HEX #3B1000 Seal Brown

📋 copy color: '#3B1000'

red 59 ◦ green 16 ◦ blue 0

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

Shades of Seal Brown #3B1000

Tints of Seal Brown #3B1000

RGB

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

 GREEN value IS 16 (6.64% from 255) = 21.33%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 78.67%
G = 21.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1

 K value IS 0.77

RGB Variations

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

Color information

#3B1000 (or 0x3B1000) is known color: Seal Brown. HEX triplet: 3B, 10 and 00. RGB value is (59,16,0). Sum of RGB (Red+Green+Blue) = 59+16+0=75 (9% of max value = 765). Red value is 59 (23.44% from 255 or 78.67% from 75); Green value is 16 (6.64% from 255 or 21.33% from 75); Blue value is 0 (0.39% from 255 or 0% from 75); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1000 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B1000 is #C4EFFF. Grayscale: #1B1B1B. Windows color (decimal): -12906496 or 4155. OLE color: 4155.

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

Color convert

RGB 59 16 0 -
CMYK 0 0.73 1 0.77
HSL 16.27º 1% 0.12% -
HSV(B) 16.27º 1% 0.23% -
XYZ 1.99 1.3 0.15 -
YUV 27.03 112.75 150.8 -
System Red Green Blue C M Y K H S L
Decimal 59 16 0 0 0.73 1 0.77 16.27 1 0.12
Hex 3B 10 0 0 49 64 4D 10 64 C
Octal 73 20 0 0 111 144 115 20 144 14
Binary 111011 10000 0 0 1001001 1100100 1001101 10000 1100100 1100

Color Harmonies of #3B1000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1000

Black with #3B1000

Text Example


Text Example

White with #3B1000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,16,0); }

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

background-color css

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

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

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

border-color css

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

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

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