Html Css Color HEX #280149 Blackcurrant

📋 copy color: '#280149'

red 40 ◦ green 1 ◦ blue 73

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

Shades of Blackcurrant #280149

Tints of Blackcurrant #280149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 64.04%

R = 35.09%
G = 0.88%
B = 64.04%

CMYK

 C value IS 0.45

 M value IS 0.99

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#280149 (or 0x280149) is known color: Blackcurrant. HEX triplet: 28, 01 and 49. RGB value is (40,1,73). Sum of RGB (Red+Green+Blue) = 40+1+73=114 (15% of max value = 765). Red value is 40 (16.02% from 255 or 35.09% from 114); Green value is 1 (0.78% from 255 or 0.88% from 114); Blue value is 73 (28.91% from 255 or 64.04% from 114); Max value from RGB is 73 - color contains mainly: blue. Hex color #280149 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280149 is #D7FEB6. Grayscale: #141414. Windows color (decimal): -14155447 or 4784424. OLE color: 4784424.

HSL color Cylindrical-coordinate representation of color #280149: hue angle of 272.5º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #280149 is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 40 1 73 -
CMYK 0.45 0.99 0 0.71
HSL 272.5º 0.97% 0.15% -
HSV(B) 272.5º 0.99% 0.29% -
XYZ 2.09 0.95 6.38 -
YUV 20.87 157.42 141.65 -
System Red Green Blue C M Y K H S L
Decimal 40 1 73 0.45 0.99 0 0.71 272.5 0.97 0.15
Hex 28 1 49 2D 63 0 47 110 61 F
Octal 50 1 111 55 143 0 107 420 141 17
Binary 101000 1 1001001 101101 1100011 0 1000111 100010000 1100001 1111

Color Harmonies of #280149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280149

Black with #280149

Text Example


Text Example

White with #280149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280149; }

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

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

background-color css

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

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

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

border-color css

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

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

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