#281938

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

Shades of Blackcurrant #281938

Tints of Blackcurrant #281938

Color information

#281938 (or 0x281938) is unknown color: approx Blackcurrant. HEX triplet: 28, 19 and 38. RGB value is (40,25,56). Sum of RGB (Red+Green+Blue) = 40+25+56=121 (16% of max value = 765). Red value is 40 (16.02% from 255 or 33.06% from 121); Green value is 25 (10.16% from 255 or 20.66% from 121); Blue value is 56 (22.27% from 255 or 46.28% from 121); Max value from RGB is 56 - color contains mainly: blue. Hex color #281938 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281938 is #D7E6C7. Grayscale: #202020. Windows color (decimal): -14149320 or 3676456. OLE color: 3676456.

HSL color Cylindrical-coordinate representation of color #281938: hue angle of 269.03º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #281938 is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB402556-
CMYK0.290.5500.78
HSL269.03º38.27%15.88%-
HSV(B)269.03º55.36%21.96%-
XYZ1.941.433.92-
YUV33.02140.97132.98-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 33.06%
GREEN value IS 25 (10.16% from 255) = 20.66%
BLUE value IS 56 (22.27% from 255) = 46.28%
R=33.06%
G=20.66%
B=46.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4025560.290.5500.78269.0338.2715.88
Hex2819381D3704E10d2610
Octal503170356701164154620
Binary10100011001111000111011101110100111010000110110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281938; }

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

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

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

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

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

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

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

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