#280A41

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

Shades of Blackcurrant #280A41

Tints of Blackcurrant #280A41

Color information

#280A41 (or 0x280A41) is unknown color: approx Blackcurrant. HEX triplet: 28, 0A and 41. RGB value is (40,10,65). Sum of RGB (Red+Green+Blue) = 40+10+65=115 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.78% from 115); Green value is 10 (4.30% from 255 or 8.70% from 115); Blue value is 65 (25.78% from 255 or 56.52% from 115); Max value from RGB is 65 - color contains mainly: blue. Hex color #280A41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280A41 is #D7F5BE. Grayscale: #191919. Windows color (decimal): -14153151 or 4262440. OLE color: 4262440.

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

Color convert

RGB401065-
CMYK0.380.8500.75
HSL272.73º73.33%14.71%-
HSV(B)272.73º84.62%25.49%-
XYZ1.941.055.1-
YUV25.24150.44138.53-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 34.78%
GREEN value IS 10 (4.30% from 255) = 8.70%
BLUE value IS 65 (25.78% from 255) = 56.52%
R=34.78%
G=8.70%
B=56.52%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4010650.380.8500.75272.7373.3314.71
Hex28A41265504B11149f
Octal501210146125011342111117
Binary1010001010100000110011010101010100101110001000110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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