#280D41

Color #280D41 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #280D41

Tints of Blackcurrant #280D41

Color information

#280D41 (or 0x280D41) is unknown color: approx Blackcurrant. HEX triplet: 28, 0D and 41. RGB value is (40,13,65). Sum of RGB (Red+Green+Blue) = 40+13+65=118 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.90% from 118); Green value is 13 (5.47% from 255 or 11.02% from 118); Blue value is 65 (25.78% from 255 or 55.08% from 118); Max value from RGB is 65 - color contains mainly: blue. Hex color #280D41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280D41 is #D7F2BE. Grayscale: #1A1A1A. Windows color (decimal): -14152383 or 4263208. OLE color: 4263208.

HSL color Cylindrical-coordinate representation of color #280D41: hue angle of 271.15º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #280D41 is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB401365-
CMYK0.380.8000.75
HSL271.15º66.67%15.29%-
HSV(B)271.15º80%25.49%-
XYZ1.971.125.11-
YUV27149.45137.27-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 33.90%
GREEN value IS 13 (5.47% from 255) = 11.02%
BLUE value IS 65 (25.78% from 255) = 55.08%
R=33.90%
G=11.02%
B=55.08%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4013650.380.8000.75271.1566.6715.29
Hex28D41265004B10f43f
Octal501510146120011341710317
Binary1010001101100000110011010100000100101110000111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280D41; }

 p { color: rgb(40,13,65); }

 H1.HeaderClassName
 {
   color: #280D41;
 }
 .AnyTagClassName
 {
   color: #280D41;
 }
</style>
background-color css

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

 a { background-color: rgb(40,13,65); }

 div.DivClassName
 {
   background-color: #280D41;
 }
 .BgClassName
 {
   background-color: #280D41;
 }
</style>
border-color css

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

 span { border-color: rgb(40,13,65); }

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