#280C3D

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

Shades of Blackcurrant #280C3D

Tints of Blackcurrant #280C3D

Color information

#280C3D (or 0x280C3D) is unknown color: approx Blackcurrant. HEX triplet: 28, 0C and 3D. RGB value is (40,12,61). Sum of RGB (Red+Green+Blue) = 40+12+61=113 (14% of max value = 765). Red value is 40 (16.02% from 255 or 35.40% from 113); Green value is 12 (5.08% from 255 or 10.62% from 113); Blue value is 61 (24.22% from 255 or 53.98% from 113); Max value from RGB is 61 - color contains mainly: blue. Hex color #280C3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280C3D is #D7F3C2. Grayscale: #191919. Windows color (decimal): -14152643 or 4000808. OLE color: 4000808.

HSL color Cylindrical-coordinate representation of color #280C3D: hue angle of 274.29º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #280C3D is Cyan = 0.34, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB401261-
CMYK0.340.8000.76
HSL274.29º67.12%14.31%-
HSV(B)274.29º80.33%23.92%-
XYZ1.851.054.52-
YUV25.96147.78138.02-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 35.40%
GREEN value IS 12 (5.08% from 255) = 10.62%
BLUE value IS 61 (24.22% from 255) = 53.98%
R=35.40%
G=10.62%
B=53.98%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4012610.340.8000.76274.2967.1214.31
Hex28C3D225004C11243e
Octal50147542120011442210316
Binary101000110011110110001010100000100110010001001010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,12,61); }

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

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

 a { background-color: rgb(40,12,61); }

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

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

 span { border-color: rgb(40,12,61); }

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