Html Css Color HEX #280147 Blackcurrant

📋 copy color: '#280147'

red 40 ◦ green 1 ◦ blue 71

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

Shades of Blackcurrant #280147

Tints of Blackcurrant #280147

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.89%

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

R = 35.71%
G = 0.89%
B = 63.39%

CMYK

 C value IS 0.44

 M value IS 0.99

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#280147 (or 0x280147) is known color: Blackcurrant. HEX triplet: 28, 01 and 47. RGB value is (40,1,71). Sum of RGB (Red+Green+Blue) = 40+1+71=112 (14% of max value = 765). Red value is 40 (16.02% from 255 or 35.71% from 112); Green value is 1 (0.78% from 255 or 0.89% from 112); Blue value is 71 (28.12% from 255 or 63.39% from 112); Max value from RGB is 71 - color contains mainly: blue. Hex color #280147 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280147 is #D7FEB8. Grayscale: #141414. Windows color (decimal): -14155449 or 4653352. OLE color: 4653352.

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

Color convert

RGB 40 1 71 -
CMYK 0.44 0.99 0 0.72
HSL 273.43º 0.97% 0.14% -
HSV(B) 273.43º 0.99% 0.28% -
XYZ 2.02 0.93 6.03 -
YUV 20.64 156.42 141.81 -
System Red Green Blue C M Y K H S L
Decimal 40 1 71 0.44 0.99 0 0.72 273.43 0.97 0.14
Hex 28 1 47 2C 63 0 48 111 61 E
Octal 50 1 107 54 143 0 110 421 141 16
Binary 101000 1 1000111 101100 1100011 0 1001000 100010001 1100001 1110

Color Harmonies of #280147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280147

Black with #280147

Text Example


Text Example

White with #280147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280147; }

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

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

background-color css

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

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

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

border-color css

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

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

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