#3B0302

Color #3B0302 Seal Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seal Brown #3B0302

Tints of Seal Brown #3B0302

Color information

#3B0302 (or 0x3B0302) is unknown color: approx Seal Brown. HEX triplet: 3B, 03 and 02. RGB value is (59,3,2). Sum of RGB (Red+Green+Blue) = 59+3+2=64 (8% of max value = 765). Red value is 59 (23.44% from 255 or 92.19% from 64); Green value is 3 (1.56% from 255 or 4.69% from 64); Blue value is 2 (1.17% from 255 or 3.12% from 64); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0302 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0302 is #C4FCFD. Grayscale: #131313. Windows color (decimal): -12909822 or 131899. OLE color: 131899.

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

Color convert

RGB5932-
CMYK00.950.970.77
HSL1.05º93.44%11.96%-
HSV(B)1.05º96.61%23.14%-
XYZ1.8510.15-
YUV19.63118.05156.08-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 92.19%
GREEN value IS 3 (1.56% from 255) = 4.69%
BLUE value IS 2 (1.17% from 255) = 3.12%
R=92.19%
G=4.69%
B=3.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.97
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal593200.950.970.771.0593.4411.96
Hex3B3205F614D15dc
Octal73320137141115113514
Binary11101111100101111111000011001101110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3B0302;
 }
 .AnyTagClassName
 {
   color: #3B0302;
 }
</style>
background-color css

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

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

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

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

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

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