#280D35

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

Shades of Blackcurrant #280D35

Tints of Blackcurrant #280D35

Color information

#280D35 (or 0x280D35) is unknown color: approx Blackcurrant. HEX triplet: 28, 0D and 35. RGB value is (40,13,53). Sum of RGB (Red+Green+Blue) = 40+13+53=106 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.74% from 106); Green value is 13 (5.47% from 255 or 12.26% from 106); Blue value is 53 (21.09% from 255 or 50% from 106); Max value from RGB is 53 - color contains mainly: blue. Hex color #280D35 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280D35 is #D7F2CA. Grayscale: #191919. Windows color (decimal): -14152395 or 3476776. OLE color: 3476776.

HSL color Cylindrical-coordinate representation of color #280D35: hue angle of 280.5º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #280D35 is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB401353-
CMYK0.250.7500.79
HSL280.5º60.61%12.94%-
HSV(B)280.5º75.47%20.78%-
XYZ1.6613.47-
YUV25.63143.45138.25-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 37.74%
GREEN value IS 13 (5.47% from 255) = 12.26%
BLUE value IS 53 (21.09% from 255) = 50%
R=37.74%
G=12.26%
B=50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4013530.250.7500.79280.560.6112.94
Hex28D35194B04F1183dd
Octal5015653111301174307515
Binary1010001101110101110011001011010011111000110001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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