#280D3C

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

Shades of Blackcurrant #280D3C

Tints of Blackcurrant #280D3C

Color information

#280D3C (or 0x280D3C) is unknown color: approx Blackcurrant. HEX triplet: 28, 0D and 3C. RGB value is (40,13,60). Sum of RGB (Red+Green+Blue) = 40+13+60=113 (14% of max value = 765). Red value is 40 (16.02% from 255 or 35.40% from 113); Green value is 13 (5.47% from 255 or 11.50% from 113); Blue value is 60 (23.83% from 255 or 53.10% from 113); Max value from RGB is 60 - color contains mainly: blue. Hex color #280D3C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280D3C is #D7F2C3. Grayscale: #1A1A1A. Windows color (decimal): -14152388 or 3935528. OLE color: 3935528.

HSL color Cylindrical-coordinate representation of color #280D3C: hue angle of 274.47º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #280D3C is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB401360-
CMYK0.330.7800.76
HSL274.47º64.38%14.31%-
HSV(B)274.47º78.33%23.53%-
XYZ1.831.074.38-
YUV26.43146.95137.68-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 35.40%
GREEN value IS 13 (5.47% from 255) = 11.50%
BLUE value IS 60 (23.83% from 255) = 53.10%
R=35.40%
G=11.50%
B=53.10%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4013600.330.7800.76274.4764.3814.31
Hex28D3C214E04C11240e
Octal50157441116011442210016
Binary101000110111110010000110011100100110010001001010000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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