#280D48

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

Shades of Blackcurrant #280D48

Tints of Blackcurrant #280D48

Color information

#280D48 (or 0x280D48) is unknown color: approx Blackcurrant. HEX triplet: 28, 0D and 48. RGB value is (40,13,72). Sum of RGB (Red+Green+Blue) = 40+13+72=125 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32% from 125); Green value is 13 (5.47% from 255 or 10.4% from 125); Blue value is 72 (28.52% from 255 or 57.6% from 125); Max value from RGB is 72 - color contains mainly: blue. Hex color #280D48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280D48 is #D7F2B7. Grayscale: #1B1B1B. Windows color (decimal): -14152376 or 4721960. OLE color: 4721960.

HSL color Cylindrical-coordinate representation of color #280D48: hue angle of 267.46º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #280D48 is Cyan = 0.44, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB401372-
CMYK0.440.8200.72
HSL267.46º69.41%16.67%-
HSV(B)267.46º81.94%28.24%-
XYZ2.191.216.25-
YUV27.8152.95136.7-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 32%
GREEN value IS 13 (5.47% from 255) = 10.4%
BLUE value IS 72 (28.52% from 255) = 57.6%
R=32%
G=10.4%
B=57.6%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4013720.440.8200.72267.4669.4116.67
Hex28D482C5204810b4511
Octal501511054122011041310521
Binary10100011011001000101100101001001001000100001011100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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