Html Css Color HEX #280532 Blackcurrant

📋 copy color: '#280532'

red 40 ◦ green 5 ◦ blue 50

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

Shades of Blackcurrant #280532

Tints of Blackcurrant #280532

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.26%

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

R = 42.11%
G = 5.26%
B = 52.63%

CMYK

 C value IS 0.20

 M value IS 0.90

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#280532 (or 0x280532) is known color: Blackcurrant. HEX triplet: 28, 05 and 32. RGB value is (40,5,50). Sum of RGB (Red+Green+Blue) = 40+5+50=95 (12% of max value = 765). Red value is 40 (16.02% from 255 or 42.11% from 95); Green value is 5 (2.34% from 255 or 5.26% from 95); Blue value is 50 (19.92% from 255 or 52.63% from 95); Max value from RGB is 50 - color contains mainly: blue. Hex color #280532 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280532 is #D7FACD. Grayscale: #141414. Windows color (decimal): -14154446 or 3278120. OLE color: 3278120.

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

Color convert

RGB 40 5 50 -
CMYK 0.20 0.90 0 0.80
HSL 286.67º 0.82% 0.11% -
HSV(B) 286.67º 0.9% 0.2% -
XYZ 1.51 0.79 3.09 -
YUV 20.6 144.6 141.84 -
System Red Green Blue C M Y K H S L
Decimal 40 5 50 0.20 0.90 0 0.80 286.67 0.82 0.11
Hex 28 5 32 14 5A 0 50 11F 52 B
Octal 50 5 62 24 132 0 120 437 122 13
Binary 101000 101 110010 10100 1011010 0 1010000 100011111 1010010 1011

Color Harmonies of #280532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280532

Black with #280532

Text Example


Text Example

White with #280532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280532; }

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

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

background-color css

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

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

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

border-color css

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

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

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