#310338

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

Shades of Blackcurrant #310338

Tints of Blackcurrant #310338

Color information

#310338 (or 0x310338) is unknown color: approx Blackcurrant. HEX triplet: 31, 03 and 38. RGB value is (49,3,56). Sum of RGB (Red+Green+Blue) = 49+3+56=108 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.37% from 108); Green value is 3 (1.56% from 255 or 2.78% from 108); Blue value is 56 (22.27% from 255 or 51.85% from 108); Max value from RGB is 56 - color contains mainly: blue. Hex color #310338 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310338 is #CEFCC7. Grayscale: #161616. Windows color (decimal): -13565128 or 3670833. OLE color: 3670833.

HSL color Cylindrical-coordinate representation of color #310338: hue angle of 292.08º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #310338 is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB49356-
CMYK0.120.9500.78
HSL292.08º89.83%11.57%-
HSV(B)292.08º94.64%21.96%-
XYZ2.0113.83-
YUV22.8146.74146.69-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 45.37%
GREEN value IS 3 (1.56% from 255) = 2.78%
BLUE value IS 56 (22.27% from 255) = 51.85%
R=45.37%
G=2.78%
B=51.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal493560.120.9500.78292.0889.8311.57
Hex31338C5F04E1245ac
Octal6137014137011644413214
Binary11000111111000110010111110100111010010010010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310338; }

 p { color: rgb(49,3,56); }

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

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

 a { background-color: rgb(49,3,56); }

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

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

 span { border-color: rgb(49,3,56); }

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