#280A35

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

Shades of Blackcurrant #280A35

Tints of Blackcurrant #280A35

Color information

#280A35 (or 0x280A35) is unknown color: approx Blackcurrant. HEX triplet: 28, 0A and 35. RGB value is (40,10,53). Sum of RGB (Red+Green+Blue) = 40+10+53=103 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.83% from 103); Green value is 10 (4.30% from 255 or 9.71% from 103); Blue value is 53 (21.09% from 255 or 51.46% from 103); Max value from RGB is 53 - color contains mainly: blue. Hex color #280A35 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280A35 is #D7F5CA. Grayscale: #171717. Windows color (decimal): -14153163 or 3476008. OLE color: 3476008.

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

Color convert

RGB401053-
CMYK0.250.8100.79
HSL281.86º68.25%12.35%-
HSV(B)281.86º81.13%20.78%-
XYZ1.630.933.46-
YUV23.87144.44139.5-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 38.83%
GREEN value IS 10 (4.30% from 255) = 9.71%
BLUE value IS 53 (21.09% from 255) = 51.46%
R=38.83%
G=9.71%
B=51.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4010530.250.8100.79281.8668.2512.35
Hex28A35195104F11a44c
Octal50126531121011743210414
Binary10100010101101011100110100010100111110001101010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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