#281832

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

Shades of Blackcurrant #281832

Tints of Blackcurrant #281832

Color information

#281832 (or 0x281832) is unknown color: approx Blackcurrant. HEX triplet: 28, 18 and 32. RGB value is (40,24,50). Sum of RGB (Red+Green+Blue) = 40+24+50=114 (15% of max value = 765). Red value is 40 (16.02% from 255 or 35.09% from 114); Green value is 24 (9.77% from 255 or 21.05% from 114); Blue value is 50 (19.92% from 255 or 43.86% from 114); Max value from RGB is 50 - color contains mainly: blue. Hex color #281832 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281832 is #D7E7CD. Grayscale: #1F1F1F. Windows color (decimal): -14149582 or 3282984. OLE color: 3282984.

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

Color convert

RGB402450-
CMYK0.200.5200.80
HSL276.92º35.14%14.51%-
HSV(B)276.92º52%19.61%-
XYZ1.781.333.18-
YUV31.75138.3133.89-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 35.09%
GREEN value IS 24 (9.77% from 255) = 21.05%
BLUE value IS 50 (19.92% from 255) = 43.86%
R=35.09%
G=21.05%
B=43.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4024500.200.5200.80276.9235.1414.51
Hex281832143405011523f
Octal503062246401204254317
Binary1010001100011001010100110100010100001000101011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281832; }

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

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

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

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

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

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

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

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