#310643

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

Shades of Blackcurrant #310643

Tints of Blackcurrant #310643

Color information

#310643 (or 0x310643) is unknown color: approx Blackcurrant. HEX triplet: 31, 06 and 43. RGB value is (49,6,67). Sum of RGB (Red+Green+Blue) = 49+6+67=122 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.16% from 122); Green value is 6 (2.73% from 255 or 4.92% from 122); Blue value is 67 (26.56% from 255 or 54.92% from 122); Max value from RGB is 67 - color contains mainly: blue. Hex color #310643 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310643 is #CEF9BC. Grayscale: #191919. Windows color (decimal): -13564349 or 4392497. OLE color: 4392497.

HSL color Cylindrical-coordinate representation of color #310643: hue angle of 282.3º degrees, saturation: 0.84, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #310643 is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB49667-
CMYK0.270.9100.74
HSL282.3º83.56%14.31%-
HSV(B)282.3º91.04%26.27%-
XYZ2.341.195.42-
YUV25.81151.25144.54-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 40.16%
GREEN value IS 6 (2.73% from 255) = 4.92%
BLUE value IS 67 (26.56% from 255) = 54.92%
R=40.16%
G=4.92%
B=54.92%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal496670.270.9100.74282.383.5614.31
Hex316431B5B04A11a54e
Octal61610333133011243212416
Binary11000111010000111101110110110100101010001101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310643; }

 p { color: rgb(49,6,67); }

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

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

 a { background-color: rgb(49,6,67); }

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

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

 span { border-color: rgb(49,6,67); }

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