#281334

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

Shades of Blackcurrant #281334

Tints of Blackcurrant #281334

Color information

#281334 (or 0x281334) is unknown color: approx Blackcurrant. HEX triplet: 28, 13 and 34. RGB value is (40,19,52). Sum of RGB (Red+Green+Blue) = 40+19+52=111 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.04% from 111); Green value is 19 (7.81% from 255 or 17.12% from 111); Blue value is 52 (20.70% from 255 or 46.85% from 111); Max value from RGB is 52 - color contains mainly: blue. Hex color #281334 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281334 is #D7ECCB. Grayscale: #1C1C1C. Windows color (decimal): -14150860 or 3412776. OLE color: 3412776.

HSL color Cylindrical-coordinate representation of color #281334: hue angle of 278.18º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #281334 is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB401952-
CMYK0.230.6300.80
HSL278.18º46.48%13.92%-
HSV(B)278.18º63.46%20.39%-
XYZ1.731.163.38-
YUV29.04140.96135.82-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 36.04%
GREEN value IS 19 (7.81% from 255) = 17.12%
BLUE value IS 52 (20.70% from 255) = 46.85%
R=36.04%
G=17.12%
B=46.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4019520.230.6300.80278.1846.4813.92
Hex281334173F0501162ee
Octal502364277701204265616
Binary1010001001111010010111111111010100001000101101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281334; }

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

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

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

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

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

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

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

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