#281332

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

Shades of Blackcurrant #281332

Tints of Blackcurrant #281332

Color information

#281332 (or 0x281332) is unknown color: approx Blackcurrant. HEX triplet: 28, 13 and 32. RGB value is (40,19,50). Sum of RGB (Red+Green+Blue) = 40+19+50=109 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.70% from 109); Green value is 19 (7.81% from 255 or 17.43% from 109); Blue value is 50 (19.92% from 255 or 45.87% from 109); Max value from RGB is 50 - color contains mainly: blue. Hex color #281332 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281332 is #D7ECCD. Grayscale: #1C1C1C. Windows color (decimal): -14150862 or 3281704. OLE color: 3281704.

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

Color convert

RGB401950-
CMYK0.200.6200.80
HSL280.65º44.93%13.53%-
HSV(B)280.65º62%19.61%-
XYZ1.681.153.15-
YUV28.81139.96135.98-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 36.70%
GREEN value IS 19 (7.81% from 255) = 17.43%
BLUE value IS 50 (19.92% from 255) = 45.87%
R=36.70%
G=17.43%
B=45.87%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4019500.200.6200.80280.6544.9313.53
Hex281332143E0501192de
Octal502362247601204315516
Binary1010001001111001010100111110010100001000110011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281332; }

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

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

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

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

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

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

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

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