Html Css Color HEX #310346 Blackcurrant

📋 copy color: '#310346'

red 49 ◦ green 3 ◦ blue 70

#310346
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #310346

Tints of Blackcurrant #310346

RGB

 RED value IS 49 (19.53% from 255) = 40.16%

 GREEN value IS 3 (1.56% from 255) = 2.46%

 BLUE value IS 70 (27.73% from 255) = 57.38%

R = 40.16%
G = 2.46%
B = 57.38%

CMYK

 C value IS 0.30

 M value IS 0.96

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#310346 (or 0x310346) is known color: Blackcurrant. HEX triplet: 31, 03 and 46. RGB value is (49,3,70). Sum of RGB (Red+Green+Blue) = 49+3+70=122 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.16% from 122); Green value is 3 (1.56% from 255 or 2.46% from 122); Blue value is 70 (27.73% from 255 or 57.38% from 122); Max value from RGB is 70 - color contains mainly: blue. Hex color #310346 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310346 is #CEFCB9. Grayscale: #181818. Windows color (decimal): -13565114 or 4588337. OLE color: 4588337.

HSL color Cylindrical-coordinate representation of color #310346: hue angle of 281.19º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #310346 is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 49 3 70 -
CMYK 0.30 0.96 0 0.73
HSL 281.19º 0.92% 0.14% -
HSV(B) 281.19º 0.96% 0.27% -
XYZ 2.4 1.16 5.89 -
YUV 24.39 153.74 145.55 -
System Red Green Blue C M Y K H S L
Decimal 49 3 70 0.30 0.96 0 0.73 281.19 0.92 0.14
Hex 31 3 46 1E 60 0 49 119 5C E
Octal 61 3 106 36 140 0 111 431 134 16
Binary 110001 11 1000110 11110 1100000 0 1001001 100011001 1011100 1110

Color Harmonies of #310346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310346

Black with #310346

Text Example


Text Example

White with #310346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310346; }

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

 H1.HeaderClassName
 {
   color: #310346;
 }
 .AnyTagClassName
 {
   color: #310346;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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