Html Css Color HEX #280446 Blackcurrant

📋 copy color: '#280446'

red 40 ◦ green 4 ◦ blue 70

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

Shades of Blackcurrant #280446

Tints of Blackcurrant #280446

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.51%

 BLUE value IS 70 (27.73% from 255) = 61.4%

R = 35.09%
G = 3.51%
B = 61.4%

CMYK

 C value IS 0.43

 M value IS 0.94

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#280446 (or 0x280446) is known color: Blackcurrant. HEX triplet: 28, 04 and 46. RGB value is (40,4,70). Sum of RGB (Red+Green+Blue) = 40+4+70=114 (15% of max value = 765). Red value is 40 (16.02% from 255 or 35.09% from 114); Green value is 4 (1.95% from 255 or 3.51% from 114); Blue value is 70 (27.73% from 255 or 61.40% from 114); Max value from RGB is 70 - color contains mainly: blue. Hex color #280446 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280446 is #D7FBB9. Grayscale: #161616. Windows color (decimal): -14154682 or 4588584. OLE color: 4588584.

HSL color Cylindrical-coordinate representation of color #280446: hue angle of 272.73º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #280446 is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 40 4 70 -
CMYK 0.43 0.94 0 0.73
HSL 272.73º 0.89% 0.15% -
HSV(B) 272.73º 0.94% 0.27% -
XYZ 2.02 0.98 5.88 -
YUV 22.29 154.93 140.63 -
System Red Green Blue C M Y K H S L
Decimal 40 4 70 0.43 0.94 0 0.73 272.73 0.89 0.15
Hex 28 4 46 2B 5E 0 49 111 59 F
Octal 50 4 106 53 136 0 111 421 131 17
Binary 101000 100 1000110 101011 1011110 0 1001001 100010001 1011001 1111

Color Harmonies of #280446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280446

Black with #280446

Text Example


Text Example

White with #280446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280446; }

 p { color: rgb(40,4,70); }

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

background-color css

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

 a { background-color: rgb(40,4,70); }

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

border-color css

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

 span { border-color: rgb(40,4,70); }

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