#280E34

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

Shades of Blackcurrant #280E34

Tints of Blackcurrant #280E34

Color information

#280E34 (or 0x280E34) is unknown color: approx Blackcurrant. HEX triplet: 28, 0E and 34. RGB value is (40,14,52). Sum of RGB (Red+Green+Blue) = 40+14+52=106 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.74% from 106); Green value is 14 (5.86% from 255 or 13.21% from 106); Blue value is 52 (20.70% from 255 or 49.06% from 106); Max value from RGB is 52 - color contains mainly: blue. Hex color #280E34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280E34 is #D7F1CB. Grayscale: #191919. Windows color (decimal): -14152140 or 3411496. OLE color: 3411496.

HSL color Cylindrical-coordinate representation of color #280E34: hue angle of 281.05º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #280E34 is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB401452-
CMYK0.230.7300.80
HSL281.05º57.58%12.94%-
HSV(B)281.05º73.08%20.39%-
XYZ1.651.013.36-
YUV26.11142.61137.91-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 37.74%
GREEN value IS 14 (5.86% from 255) = 13.21%
BLUE value IS 52 (20.70% from 255) = 49.06%
R=37.74%
G=13.21%
B=49.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4014520.230.7300.80281.0557.5812.94
Hex28E3417490501193ad
Octal5016642711101204317215
Binary1010001110110100101111001001010100001000110011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,14,52); }

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

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

 a { background-color: rgb(40,14,52); }

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

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

 span { border-color: rgb(40,14,52); }

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