#280C31

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

Shades of Blackcurrant #280C31

Tints of Blackcurrant #280C31

Color information

#280C31 (or 0x280C31) is unknown color: approx Blackcurrant. HEX triplet: 28, 0C and 31. RGB value is (40,12,49). Sum of RGB (Red+Green+Blue) = 40+12+49=101 (13% of max value = 765). Red value is 40 (16.02% from 255 or 39.60% from 101); Green value is 12 (5.08% from 255 or 11.88% from 101); Blue value is 49 (19.53% from 255 or 48.51% from 101); Max value from RGB is 49 - color contains mainly: blue. Hex color #280C31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280C31 is #D7F3CE. Grayscale: #181818. Windows color (decimal): -14152655 or 3214376. OLE color: 3214376.

HSL color Cylindrical-coordinate representation of color #280C31: hue angle of 285.41º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #280C31 is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB401249-
CMYK0.180.7600.81
HSL285.41º60.66%11.96%-
HSV(B)285.41º75.51%19.22%-
XYZ1.560.943-
YUV24.59141.78138.99-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 39.60%
GREEN value IS 12 (5.08% from 255) = 11.88%
BLUE value IS 49 (19.53% from 255) = 48.51%
R=39.60%
G=11.88%
B=48.51%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4012490.180.7600.81285.4160.6611.96
Hex28C31124C05111d3dc
Octal5014612211401214357514
Binary1010001100110001100101001100010100011000111011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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