#280135

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

Shades of Blackcurrant #280135

Tints of Blackcurrant #280135

Color information

#280135 (or 0x280135) is unknown color: approx Blackcurrant. HEX triplet: 28, 01 and 35. RGB value is (40,1,53). Sum of RGB (Red+Green+Blue) = 40+1+53=94 (12% of max value = 765). Red value is 40 (16.02% from 255 or 42.55% from 94); Green value is 1 (0.78% from 255 or 1.06% from 94); Blue value is 53 (21.09% from 255 or 56.38% from 94); Max value from RGB is 53 - color contains mainly: blue. Hex color #280135 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280135 is #D7FECA. Grayscale: #121212. Windows color (decimal): -14155467 or 3473704. OLE color: 3473704.

HSL color Cylindrical-coordinate representation of color #280135: hue angle of 285º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #280135 is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB40153-
CMYK0.250.9800.79
HSL285º96.3%10.59%-
HSV(B)285º98.11%20.78%-
XYZ1.530.733.43-
YUV18.59147.42143.27-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 42.55%
GREEN value IS 1 (0.78% from 255) = 1.06%
BLUE value IS 53 (21.09% from 255) = 56.38%
R=42.55%
G=1.06%
B=56.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal401530.250.9800.7928596.310.59
Hex28135196204F11d60b
Octal5016531142011743514013
Binary10100011101011100111000100100111110001110111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280135; }

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

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

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

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

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

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

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

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