#280C38

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

Shades of Blackcurrant #280C38

Tints of Blackcurrant #280C38

Color information

#280C38 (or 0x280C38) is unknown color: approx Blackcurrant. HEX triplet: 28, 0C and 38. RGB value is (40,12,56). Sum of RGB (Red+Green+Blue) = 40+12+56=108 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.04% from 108); Green value is 12 (5.08% from 255 or 11.11% from 108); Blue value is 56 (22.27% from 255 or 51.85% from 108); Max value from RGB is 56 - color contains mainly: blue. Hex color #280C38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280C38 is #D7F3C7. Grayscale: #191919. Windows color (decimal): -14152648 or 3673128. OLE color: 3673128.

HSL color Cylindrical-coordinate representation of color #280C38: hue angle of 278.18º degrees, saturation: 0.65, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #280C38 is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB401256-
CMYK0.290.7900.78
HSL278.18º64.71%13.33%-
HSV(B)278.18º78.57%21.96%-
XYZ1.7213.84-
YUV25.39145.28138.42-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 37.04%
GREEN value IS 12 (5.08% from 255) = 11.11%
BLUE value IS 56 (22.27% from 255) = 51.85%
R=37.04%
G=11.11%
B=51.85%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4012560.290.7900.78278.1864.7113.33
Hex28C381D4F04E11641d
Octal50147035117011642610115
Binary10100011001110001110110011110100111010001011010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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