Html Css Color HEX #310254 Blackcurrant

📋 copy color: '#310254'

red 49 ◦ green 2 ◦ blue 84

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

Shades of Blackcurrant #310254

Tints of Blackcurrant #310254

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.48%

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

R = 36.3%
G = 1.48%
B = 62.22%

CMYK

 C value IS 0.42

 M value IS 0.98

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#310254 (or 0x310254) is known color: Blackcurrant. HEX triplet: 31, 02 and 54. RGB value is (49,2,84). Sum of RGB (Red+Green+Blue) = 49+2+84=135 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.30% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 84 (33.20% from 255 or 62.22% from 135); Max value from RGB is 84 - color contains mainly: blue. Hex color #310254 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310254 is #CEFDAB. Grayscale: #191919. Windows color (decimal): -13565356 or 5505585. OLE color: 5505585.

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

Color convert

RGB 49 2 84 -
CMYK 0.42 0.98 0 0.67
HSL 274.39º 0.95% 0.17% -
HSV(B) 274.39º 0.98% 0.33% -
XYZ 2.89 1.34 8.49 -
YUV 25.4 161.07 144.83 -
System Red Green Blue C M Y K H S L
Decimal 49 2 84 0.42 0.98 0 0.67 274.39 0.95 0.17
Hex 31 2 54 2A 62 0 43 112 5F 11
Octal 61 2 124 52 142 0 103 422 137 21
Binary 110001 10 1010100 101010 1100010 0 1000011 100010010 1011111 10001

Color Harmonies of #310254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310254

Black with #310254

Text Example


Text Example

White with #310254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310254; }

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

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

background-color css

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

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

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

border-color css

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

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

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