#3F0303

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

Shades of Seal Brown #3F0303

Tints of Seal Brown #3F0303

Color information

#3F0303 (or 0x3F0303) is unknown color: approx Seal Brown. HEX triplet: 3F, 03 and 03. RGB value is (63,3,3). Sum of RGB (Red+Green+Blue) = 63+3+3=69 (9% of max value = 765). Red value is 63 (25% from 255 or 91.30% from 69); Green value is 3 (1.56% from 255 or 4.35% from 69); Blue value is 3 (1.56% from 255 or 4.35% from 69); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0303 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0303 is #C0FCFC. Grayscale: #141414. Windows color (decimal): -12647677 or 197439. OLE color: 197439.

HSL color Cylindrical-coordinate representation of color #3F0303: hue angle of 0º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3F0303 is Cyan = 0, Magento = 0.95, Yellow = 0.95 and Black (K on CMYK) = 0.75.

Color convert

RGB6333-
CMYK00.950.950.75
HSL90.91%12.94%-
HSV(B)95.24%24.71%-
XYZ2.11.130.19-
YUV20.94117.88158-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 91.30%
GREEN value IS 3 (1.56% from 255) = 4.35%
BLUE value IS 3 (1.56% from 255) = 4.35%
R=91.30%
G=4.35%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.95
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal633300.950.950.75090.9112.94
Hex3F3305F5F4B05bd
Octal77330137137113013315
Binary11111111110101111110111111001011010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,3,3); }

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

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

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

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

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

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

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