Html Css Color HEX #3F0302 Seal Brown

📋 copy color: '#3F0302'

red 63 ◦ green 3 ◦ blue 2

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

Shades of Seal Brown #3F0302

Tints of Seal Brown #3F0302

RGB

 RED value IS 63 (25% from 255) = 92.65%

 GREEN value IS 3 (1.56% from 255) = 4.41%

 BLUE value IS 2 (1.17% from 255) = 2.94%

R = 92.65%
G = 4.41%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.97

 K value IS 0.75

RGB Variations

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

Color information

#3F0302 (or 0x3F0302) is known color: Seal Brown. HEX triplet: 3F, 03 and 02. RGB value is (63,3,2). Sum of RGB (Red+Green+Blue) = 63+3+2=68 (9% of max value = 765). Red value is 63 (25% from 255 or 92.65% from 68); Green value is 3 (1.56% from 255 or 4.41% from 68); Blue value is 2 (1.17% from 255 or 2.94% from 68); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0302 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0302 is #C0FCFD. Grayscale: #141414. Windows color (decimal): -12647678 or 131903. OLE color: 131903.

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

Color convert

RGB 63 3 2 -
CMYK 0 0.95 0.97 0.75
HSL 0.98º 0.94% 0.13% -
HSV(B) 0.98º 0.97% 0.25% -
XYZ 2.09 1.13 0.16 -
YUV 20.83 117.38 158.08 -
System Red Green Blue C M Y K H S L
Decimal 63 3 2 0 0.95 0.97 0.75 0.98 0.94 0.13
Hex 3F 3 2 0 5F 61 4B 1 5E D
Octal 77 3 2 0 137 141 113 1 136 15
Binary 111111 11 10 0 1011111 1100001 1001011 1 1011110 1101

Color Harmonies of #3F0302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0302

Black with #3F0302

Text Example


Text Example

White with #3F0302

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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