Html Css Color HEX #310354 Blackcurrant

📋 copy color: '#310354'

red 49 ◦ green 3 ◦ blue 84

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

Shades of Blackcurrant #310354

Tints of Blackcurrant #310354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 61.76%

R = 36.03%
G = 2.21%
B = 61.76%

CMYK

 C value IS 0.42

 M value IS 0.96

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#310354 (or 0x310354) is known color: Blackcurrant. HEX triplet: 31, 03 and 54. RGB value is (49,3,84). Sum of RGB (Red+Green+Blue) = 49+3+84=136 (18% of max value = 765). Red value is 49 (19.53% from 255 or 36.03% from 136); Green value is 3 (1.56% from 255 or 2.21% from 136); Blue value is 84 (33.20% from 255 or 61.76% from 136); Max value from RGB is 84 - color contains mainly: blue. Hex color #310354 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310354 is #CEFCAB. Grayscale: #191919. Windows color (decimal): -13565100 or 5505841. OLE color: 5505841.

HSL color Cylindrical-coordinate representation of color #310354: hue angle of 274.07º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #310354 is Cyan = 0.42, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 3 84 -
CMYK 0.42 0.96 0 0.67
HSL 274.07º 0.93% 0.17% -
HSV(B) 274.07º 0.96% 0.33% -
XYZ 2.9 1.36 8.5 -
YUV 25.99 160.74 144.41 -
System Red Green Blue C M Y K H S L
Decimal 49 3 84 0.42 0.96 0 0.67 274.07 0.93 0.17
Hex 31 3 54 2A 60 0 43 112 5D 11
Octal 61 3 124 52 140 0 103 422 135 21
Binary 110001 11 1010100 101010 1100000 0 1000011 100010010 1011101 10001

Color Harmonies of #310354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310354

Black with #310354

Text Example


Text Example

White with #310354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310354; }

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

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

background-color css

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

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

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

border-color css

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

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

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