#281341

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

Shades of Blackcurrant #281341

Tints of Blackcurrant #281341

Color information

#281341 (or 0x281341) is unknown color: approx Blackcurrant. HEX triplet: 28, 13 and 41. RGB value is (40,19,65). Sum of RGB (Red+Green+Blue) = 40+19+65=124 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.26% from 124); Green value is 19 (7.81% from 255 or 15.32% from 124); Blue value is 65 (25.78% from 255 or 52.42% from 124); Max value from RGB is 65 - color contains mainly: blue. Hex color #281341 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281341 is #D7ECBE. Grayscale: #1E1E1E. Windows color (decimal): -14150847 or 4264744. OLE color: 4264744.

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

Color convert

RGB401965-
CMYK0.380.7100.75
HSL267.39º54.76%16.47%-
HSV(B)267.39º70.77%25.49%-
XYZ2.061.35.14-
YUV30.52147.46134.76-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 32.26%
GREEN value IS 19 (7.81% from 255) = 15.32%
BLUE value IS 65 (25.78% from 255) = 52.42%
R=32.26%
G=15.32%
B=52.42%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4019650.380.7100.75267.3954.7616.47
Hex281341264704B10b3710
Octal50231014610701134136720
Binary10100010011100000110011010001110100101110000101111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281341; }

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

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

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

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

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

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

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

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