#331A4B

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

Shades of Blackcurrant #331A4B

Tints of Blackcurrant #331A4B

Color information

#331A4B (or 0x331A4B) is unknown color: approx Blackcurrant. HEX triplet: 33, 1A and 4B. RGB value is (51,26,75). Sum of RGB (Red+Green+Blue) = 51+26+75=152 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.55% from 152); Green value is 26 (10.55% from 255 or 17.11% from 152); Blue value is 75 (29.69% from 255 or 49.34% from 152); Max value from RGB is 75 - color contains mainly: blue. Hex color #331A4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331A4B is #CCE5B4. Grayscale: #262626. Windows color (decimal): -13428149 or 4921907. OLE color: 4921907.

HSL color Cylindrical-coordinate representation of color #331A4B: hue angle of 270.61º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #331A4B is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB512675-
CMYK0.320.6500.71
HSL270.61º48.51%19.8%-
HSV(B)270.61º65.33%29.41%-
XYZ31.956.87-
YUV39.06148.28136.52-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 33.55%
GREEN value IS 26 (10.55% from 255) = 17.11%
BLUE value IS 75 (29.69% from 255) = 49.34%
R=33.55%
G=17.11%
B=49.34%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5126750.320.6500.71270.6148.5119.8
Hex331A4B204104710f3114
Octal63321134010101074176124
Binary11001111010100101110000010000010100011110000111111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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