Html Css Color HEX #280044 Blackcurrant

📋 copy color: '#280044'

red 40 ◦ green 0 ◦ blue 68

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

Shades of Blackcurrant #280044

Tints of Blackcurrant #280044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 62.96%

R = 37.04%
G = 0%
B = 62.96%

CMYK

 C value IS 0.41

 M value IS 1

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#280044 (or 0x280044) is known color: Blackcurrant. HEX triplet: 28, 00 and 44. RGB value is (40,0,68). Sum of RGB (Red+Green+Blue) = 40+0+68=108 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.04% from 108); Green value is 0 (0.39% from 255 or 0% from 108); Blue value is 68 (26.95% from 255 or 62.96% from 108); Max value from RGB is 68 - color contains mainly: blue. Hex color #280044 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280044 is #D7FFBB. Grayscale: #131313. Windows color (decimal): -14155708 or 4456488. OLE color: 4456488.

HSL color Cylindrical-coordinate representation of color #280044: hue angle of 275.29º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #280044 is Cyan = 0.41, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 40 0 68 -
CMYK 0.41 1 0 0.73
HSL 275.29º 1% 0.13% -
HSV(B) 275.29º 1% 0.27% -
XYZ 1.92 0.87 5.54 -
YUV 19.71 155.25 142.47 -
System Red Green Blue C M Y K H S L
Decimal 40 0 68 0.41 1 0 0.73 275.29 1 0.13
Hex 28 0 44 29 64 0 49 113 64 D
Octal 50 0 104 51 144 0 111 423 144 15
Binary 101000 0 1000100 101001 1100100 0 1001001 100010011 1100100 1101

Color Harmonies of #280044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280044

Black with #280044

Text Example


Text Example

White with #280044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280044; }

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

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

background-color css

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

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

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

border-color css

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

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

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