#281932

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

Shades of Blackcurrant #281932

Tints of Blackcurrant #281932

Color information

#281932 (or 0x281932) is unknown color: approx Blackcurrant. HEX triplet: 28, 19 and 32. RGB value is (40,25,50). Sum of RGB (Red+Green+Blue) = 40+25+50=115 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.78% from 115); Green value is 25 (10.16% from 255 or 21.74% from 115); Blue value is 50 (19.92% from 255 or 43.48% from 115); Max value from RGB is 50 - color contains mainly: blue. Hex color #281932 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281932 is #D7E6CD. Grayscale: #202020. Windows color (decimal): -14149326 or 3283240. OLE color: 3283240.

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

Color convert

RGB402550-
CMYK0.200.5000.80
HSL276º33.33%14.71%-
HSV(B)276º50%19.61%-
XYZ1.81.383.19-
YUV32.34137.97133.47-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 34.78%
GREEN value IS 25 (10.16% from 255) = 21.74%
BLUE value IS 50 (19.92% from 255) = 43.48%
R=34.78%
G=21.74%
B=43.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4025500.200.5000.8027633.3314.71
Hex281932143205011421f
Octal503162246201204244117
Binary1010001100111001010100110010010100001000101001000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281932; }

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

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

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

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

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

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

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

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