#331143

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

Shades of Blackcurrant #331143

Tints of Blackcurrant #331143

Color information

#331143 (or 0x331143) is unknown color: approx Blackcurrant. HEX triplet: 33, 11 and 43. RGB value is (51,17,67). Sum of RGB (Red+Green+Blue) = 51+17+67=135 (17% of max value = 765). Red value is 51 (20.31% from 255 or 37.78% from 135); Green value is 17 (7.03% from 255 or 12.59% from 135); Blue value is 67 (26.56% from 255 or 49.63% from 135); Max value from RGB is 67 - color contains mainly: blue. Hex color #331143 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331143 is #CCEEBC. Grayscale: #202020. Windows color (decimal): -13430461 or 4395315. OLE color: 4395315.

HSL color Cylindrical-coordinate representation of color #331143: hue angle of 280.8º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #331143 is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB511767-
CMYK0.240.7500.74
HSL280.8º59.52%16.47%-
HSV(B)280.8º74.63%26.27%-
XYZ2.581.515.47-
YUV32.87147.26140.93-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 37.78%
GREEN value IS 17 (7.03% from 255) = 12.59%
BLUE value IS 67 (26.56% from 255) = 49.63%
R=37.78%
G=12.59%
B=49.63%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5117670.240.7500.74280.859.5216.47
Hex331143184B04A1193c10
Octal63211033011301124317420
Binary1100111000110000111100010010110100101010001100111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331143; }

 p { color: rgb(51,17,67); }

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

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

 a { background-color: rgb(51,17,67); }

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

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

 span { border-color: rgb(51,17,67); }

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