#281432

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

Shades of Blackcurrant #281432

Tints of Blackcurrant #281432

Color information

#281432 (or 0x281432) is unknown color: approx Blackcurrant. HEX triplet: 28, 14 and 32. RGB value is (40,20,50). Sum of RGB (Red+Green+Blue) = 40+20+50=110 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.36% from 110); Green value is 20 (8.20% from 255 or 18.18% from 110); Blue value is 50 (19.92% from 255 or 45.45% from 110); Max value from RGB is 50 - color contains mainly: blue. Hex color #281432 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281432 is #D7EBCD. Grayscale: #1D1D1D. Windows color (decimal): -14150606 or 3281960. OLE color: 3281960.

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

Color convert

RGB402050-
CMYK0.200.6000.80
HSL280º42.86%13.73%-
HSV(B)280º60%19.61%-
XYZ1.71.183.16-
YUV29.4139.63135.56-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 36.36%
GREEN value IS 20 (8.20% from 255) = 18.18%
BLUE value IS 50 (19.92% from 255) = 45.45%
R=36.36%
G=18.18%
B=45.45%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4020500.200.6000.8028042.8613.73
Hex281432143C0501182be
Octal502462247401204305316
Binary1010001010011001010100111100010100001000110001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281432; }

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

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

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

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

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

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

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

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