Html Css Color HEX #280132 Blackcurrant

📋 copy color: '#280132'

red 40 ◦ green 1 ◦ blue 50

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

Shades of Blackcurrant #280132

Tints of Blackcurrant #280132

RGB

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

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

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

R = 43.96%
G = 1.1%
B = 54.95%

CMYK

 C value IS 0.20

 M value IS 0.98

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#280132 (or 0x280132) is known color: Blackcurrant. HEX triplet: 28, 01 and 32. RGB value is (40,1,50). Sum of RGB (Red+Green+Blue) = 40+1+50=91 (12% of max value = 765). Red value is 40 (16.02% from 255 or 43.96% from 91); Green value is 1 (0.78% from 255 or 1.10% from 91); Blue value is 50 (19.92% from 255 or 54.95% from 91); Max value from RGB is 50 - color contains mainly: blue. Hex color #280132 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280132 is #D7FECD. Grayscale: #121212. Windows color (decimal): -14155470 or 3277096. OLE color: 3277096.

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

Color convert

RGB 40 1 50 -
CMYK 0.20 0.98 0 0.80
HSL 287.76º 0.96% 0.1% -
HSV(B) 287.76º 0.98% 0.2% -
XYZ 1.46 0.7 3.08 -
YUV 18.25 145.92 143.52 -
System Red Green Blue C M Y K H S L
Decimal 40 1 50 0.20 0.98 0 0.80 287.76 0.96 0.1
Hex 28 1 32 14 62 0 50 120 60 A
Octal 50 1 62 24 142 0 120 440 140 12
Binary 101000 1 110010 10100 1100010 0 1010000 100100000 1100000 1010

Color Harmonies of #280132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280132

Black with #280132

Text Example


Text Example

White with #280132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280132; }

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

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

background-color css

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

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

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

border-color css

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

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

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