#281241

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

Shades of Blackcurrant #281241

Tints of Blackcurrant #281241

Color information

#281241 (or 0x281241) is unknown color: approx Blackcurrant. HEX triplet: 28, 12 and 41. RGB value is (40,18,65). Sum of RGB (Red+Green+Blue) = 40+18+65=123 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.52% from 123); Green value is 18 (7.42% from 255 or 14.63% from 123); Blue value is 65 (25.78% from 255 or 52.85% from 123); Max value from RGB is 65 - color contains mainly: blue. Hex color #281241 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281241 is #D7EDBE. Grayscale: #1D1D1D. Windows color (decimal): -14151103 or 4264488. OLE color: 4264488.

HSL color Cylindrical-coordinate representation of color #281241: hue angle of 268.09º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #281241 is Cyan = 0.38, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB401865-
CMYK0.380.7200.75
HSL268.09º56.63%16.27%-
HSV(B)268.09º72.31%25.49%-
XYZ2.051.275.14-
YUV29.94147.79135.18-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 32.52%
GREEN value IS 18 (7.42% from 255) = 14.63%
BLUE value IS 65 (25.78% from 255) = 52.85%
R=32.52%
G=14.63%
B=52.85%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4018650.380.7200.75268.0956.6316.27
Hex281241264804B10c3910
Octal50221014611001134147120
Binary10100010010100000110011010010000100101110000110011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281241; }

 p { color: rgb(40,18,65); }

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

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

 a { background-color: rgb(40,18,65); }

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

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

 span { border-color: rgb(40,18,65); }

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