Html Css Color HEX #280302 Seal Brown

📋 copy color: '#280302'

red 40 ◦ green 3 ◦ blue 2

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

Shades of Seal Brown #280302

Tints of Seal Brown #280302

RGB

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

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

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

R = 88.89%
G = 6.67%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.95

 K value IS 0.84

RGB Variations

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

Color information

#280302 (or 0x280302) is known color: Seal Brown. HEX triplet: 28, 03 and 02. RGB value is (40,3,2). Sum of RGB (Red+Green+Blue) = 40+3+2=45 (5% of max value = 765). Red value is 40 (16.02% from 255 or 88.89% from 45); Green value is 3 (1.56% from 255 or 6.67% from 45); Blue value is 2 (1.17% from 255 or 4.44% from 45); Max value from RGB is 40 - color contains mainly: red. Hex color #280302 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280302 is #D7FCFD. Grayscale: #0D0D0D. Windows color (decimal): -14155006 or 131880. OLE color: 131880.

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

Color convert

RGB 40 3 2 -
CMYK 0 0.93 0.95 0.84
HSL 1.58º 0.9% 0.08% -
HSV(B) 1.58º 0.95% 0.16% -
XYZ 0.92 0.52 0.11 -
YUV 13.95 121.26 146.58 -
System Red Green Blue C M Y K H S L
Decimal 40 3 2 0 0.93 0.95 0.84 1.58 0.9 0.08
Hex 28 3 2 0 5D 5F 54 2 5A 8
Octal 50 3 2 0 135 137 124 2 132 10
Binary 101000 11 10 0 1011101 1011111 1010100 10 1011010 1000

Color Harmonies of #280302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280302

Black with #280302

Text Example


Text Example

White with #280302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280302; }

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

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

background-color css

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

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

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

border-color css

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

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

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