Html Css Color HEX #280301 Seal Brown

📋 copy color: '#280301'

red 40 ◦ green 3 ◦ blue 1

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

Shades of Seal Brown #280301

Tints of Seal Brown #280301

RGB

 RED value IS 40 (16.02% from 255) = 90.91%

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

 BLUE value IS 1 (0.78% from 255) = 2.27%

R = 90.91%
G = 6.82%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.98

 K value IS 0.84

RGB Variations

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

Color information

#280301 (or 0x280301) is known color: Seal Brown. HEX triplet: 28, 03 and 01. RGB value is (40,3,1). Sum of RGB (Red+Green+Blue) = 40+3+1=44 (5% of max value = 765). Red value is 40 (16.02% from 255 or 90.91% from 44); Green value is 3 (1.56% from 255 or 6.82% from 44); Blue value is 1 (0.78% from 255 or 2.27% from 44); Max value from RGB is 40 - color contains mainly: red. Hex color #280301 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280301 is #D7FCFE. Grayscale: #0D0D0D. Windows color (decimal): -14155007 or 66344. OLE color: 66344.

HSL color Cylindrical-coordinate representation of color #280301: hue angle of 3.08º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #280301 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 3 1 -
CMYK 0 0.93 0.98 0.84
HSL 3.08º 0.95% 0.08% -
HSV(B) 3.08º 0.98% 0.16% -
XYZ 0.91 0.52 0.08 -
YUV 13.84 120.76 146.66 -
System Red Green Blue C M Y K H S L
Decimal 40 3 1 0 0.93 0.98 0.84 3.08 0.95 0.08
Hex 28 3 1 0 5D 62 54 3 5F 8
Octal 50 3 1 0 135 142 124 3 137 10
Binary 101000 11 1 0 1011101 1100010 1010100 11 1011111 1000

Color Harmonies of #280301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280301

Black with #280301

Text Example


Text Example

White with #280301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280301; }

 p { color: rgb(40,3,1); }

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

background-color css

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

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

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

border-color css

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

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

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