Html Css Color HEX #280032 Blackcurrant

📋 copy color: '#280032'

red 40 ◦ green 0 ◦ blue 50

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

Shades of Blackcurrant #280032

Tints of Blackcurrant #280032

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 50 (19.92% from 255) = 55.56%

R = 44.44%
G = 0%
B = 55.56%

CMYK

 C value IS 0.20

 M value IS 1

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#280032 (or 0x280032) is known color: Blackcurrant. HEX triplet: 28, 00 and 32. RGB value is (40,0,50). Sum of RGB (Red+Green+Blue) = 40+0+50=90 (11% of max value = 765). Red value is 40 (16.02% from 255 or 44.44% from 90); Green value is 0 (0.39% from 255 or 0% from 90); Blue value is 50 (19.92% from 255 or 55.56% from 90); Max value from RGB is 50 - color contains mainly: blue. Hex color #280032 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280032 is #D7FFCD. Grayscale: #111111. Windows color (decimal): -14155726 or 3276840. OLE color: 3276840.

HSL color Cylindrical-coordinate representation of color #280032: hue angle of 288º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #280032 is Cyan = 0.20, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 40 0 50 -
CMYK 0.20 1 0 0.80
HSL 288º 1% 0.1% -
HSV(B) 288º 1% 0.2% -
XYZ 1.45 0.68 3.07 -
YUV 17.66 146.25 143.93 -
System Red Green Blue C M Y K H S L
Decimal 40 0 50 0.20 1 0 0.80 288 1 0.1
Hex 28 0 32 14 64 0 50 120 64 A
Octal 50 0 62 24 144 0 120 440 144 12
Binary 101000 0 110010 10100 1100100 0 1010000 100100000 1100100 1010

Color Harmonies of #280032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280032

Black with #280032

Text Example


Text Example

White with #280032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280032; }

 p { color: rgb(40,0,50); }

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

background-color css

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

 a { background-color: rgb(40,0,50); }

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

border-color css

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

 span { border-color: rgb(40,0,50); }

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