#280538

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

Shades of Blackcurrant #280538

Tints of Blackcurrant #280538

Color information

#280538 (or 0x280538) is unknown color: approx Blackcurrant. HEX triplet: 28, 05 and 38. RGB value is (40,5,56). Sum of RGB (Red+Green+Blue) = 40+5+56=101 (13% of max value = 765). Red value is 40 (16.02% from 255 or 39.60% from 101); Green value is 5 (2.34% from 255 or 4.95% from 101); Blue value is 56 (22.27% from 255 or 55.45% from 101); Max value from RGB is 56 - color contains mainly: blue. Hex color #280538 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280538 is #D7FAC7. Grayscale: #151515. Windows color (decimal): -14154440 or 3671336. OLE color: 3671336.

HSL color Cylindrical-coordinate representation of color #280538: hue angle of 281.18º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #280538 is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB40556-
CMYK0.290.9100.78
HSL281.18º83.61%11.96%-
HSV(B)281.18º91.07%21.96%-
XYZ1.640.853.82-
YUV21.28147.6141.35-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 39.60%
GREEN value IS 5 (2.34% from 255) = 4.95%
BLUE value IS 56 (22.27% from 255) = 55.45%
R=39.60%
G=4.95%
B=55.45%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal405560.290.9100.78281.1883.6111.96
Hex285381D5B04E11954c
Octal5057035133011643112414
Binary1010001011110001110110110110100111010001100110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280538; }

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

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

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

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

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

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

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

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