#280253

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

Shades of Blackcurrant #280253

Tints of Blackcurrant #280253

Color information

#280253 (or 0x280253) is unknown color: approx Blackcurrant. HEX triplet: 28, 02 and 53. RGB value is (40,2,83). Sum of RGB (Red+Green+Blue) = 40+2+83=125 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32% from 125); Green value is 2 (1.17% from 255 or 1.6% from 125); Blue value is 83 (32.81% from 255 or 66.4% from 125); Max value from RGB is 83 - color contains mainly: blue. Hex color #280253 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280253 is #D7FDAC. Grayscale: #161616. Windows color (decimal): -14155181 or 5440040. OLE color: 5440040.

HSL color Cylindrical-coordinate representation of color #280253: hue angle of 268.15º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #280253 is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB40283-
CMYK0.520.9800.67
HSL268.15º95.29%16.67%-
HSV(B)268.15º97.59%32.55%-
XYZ2.461.128.27-
YUV22.6162.09140.41-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 32%
GREEN value IS 2 (1.17% from 255) = 1.6%
BLUE value IS 83 (32.81% from 255) = 66.4%
R=32%
G=1.6%
B=66.4%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal402830.520.9800.67268.1595.2916.67
Hex28253346204310c5f11
Octal50212364142010341413721
Binary101000101010011110100110001001000011100001100101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280253; }

 p { color: rgb(40,2,83); }

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

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

 a { background-color: rgb(40,2,83); }

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

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

 span { border-color: rgb(40,2,83); }

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