Html Css Color HEX #280247 Blackcurrant

📋 copy color: '#280247'

red 40 ◦ green 2 ◦ blue 71

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

Shades of Blackcurrant #280247

Tints of Blackcurrant #280247

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.77%

 BLUE value IS 71 (28.13% from 255) = 62.83%

R = 35.4%
G = 1.77%
B = 62.83%

CMYK

 C value IS 0.44

 M value IS 0.97

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#280247 (or 0x280247) is known color: Blackcurrant. HEX triplet: 28, 02 and 47. RGB value is (40,2,71). Sum of RGB (Red+Green+Blue) = 40+2+71=113 (14% of max value = 765). Red value is 40 (16.02% from 255 or 35.40% from 113); Green value is 2 (1.17% from 255 or 1.77% from 113); Blue value is 71 (28.12% from 255 or 62.83% from 113); Max value from RGB is 71 - color contains mainly: blue. Hex color #280247 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280247 is #D7FDB8. Grayscale: #141414. Windows color (decimal): -14155193 or 4653608. OLE color: 4653608.

HSL color Cylindrical-coordinate representation of color #280247: hue angle of 273.04º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #280247 is Cyan = 0.44, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 40 2 71 -
CMYK 0.44 0.97 0 0.72
HSL 273.04º 0.95% 0.14% -
HSV(B) 273.04º 0.97% 0.28% -
XYZ 2.03 0.95 6.04 -
YUV 21.23 156.09 141.39 -
System Red Green Blue C M Y K H S L
Decimal 40 2 71 0.44 0.97 0 0.72 273.04 0.95 0.14
Hex 28 2 47 2C 61 0 48 111 5F E
Octal 50 2 107 54 141 0 110 421 137 16
Binary 101000 10 1000111 101100 1100001 0 1001000 100010001 1011111 1110

Color Harmonies of #280247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280247

Black with #280247

Text Example


Text Example

White with #280247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280247; }

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

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

background-color css

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

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

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

border-color css

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

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

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