#331A40

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

Shades of Blackcurrant #331A40

Tints of Blackcurrant #331A40

Color information

#331A40 (or 0x331A40) is unknown color: approx Blackcurrant. HEX triplet: 33, 1A and 40. RGB value is (51,26,64). Sum of RGB (Red+Green+Blue) = 51+26+64=141 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.17% from 141); Green value is 26 (10.55% from 255 or 18.44% from 141); Blue value is 64 (25.39% from 255 or 45.39% from 141); Max value from RGB is 64 - color contains mainly: blue. Hex color #331A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331A40 is #CCE5BF. Grayscale: #252525. Windows color (decimal): -13428160 or 4201011. OLE color: 4201011.

HSL color Cylindrical-coordinate representation of color #331A40: hue angle of 279.47º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #331A40 is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB512664-
CMYK0.200.5900.75
HSL279.47º42.22%17.65%-
HSV(B)279.47º59.38%25.1%-
XYZ2.661.815.06-
YUV37.81142.78137.41-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 36.17%
GREEN value IS 26 (10.55% from 255) = 18.44%
BLUE value IS 64 (25.39% from 255) = 45.39%
R=36.17%
G=18.44%
B=45.39%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5126640.200.5900.75279.4742.2217.65
Hex331A40143B04B1172a12
Octal6332100247301134275222
Binary110011110101000000101001110110100101110001011110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331A40; }

 p { color: rgb(51,26,64); }

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

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

 a { background-color: rgb(51,26,64); }

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

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

 span { border-color: rgb(51,26,64); }

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