Html Css Color HEX #310553 Blackcurrant

📋 copy color: '#310553'

red 49 ◦ green 5 ◦ blue 83

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

Shades of Blackcurrant #310553

Tints of Blackcurrant #310553

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.65%

 BLUE value IS 83 (32.81% from 255) = 60.58%

R = 35.77%
G = 3.65%
B = 60.58%

CMYK

 C value IS 0.41

 M value IS 0.94

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#310553 (or 0x310553) is known color: Blackcurrant. HEX triplet: 31, 05 and 53. RGB value is (49,5,83). Sum of RGB (Red+Green+Blue) = 49+5+83=137 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.77% from 137); Green value is 5 (2.34% from 255 or 3.65% from 137); Blue value is 83 (32.81% from 255 or 60.58% from 137); Max value from RGB is 83 - color contains mainly: blue. Hex color #310553 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310553 is #CEFAAC. Grayscale: #1A1A1A. Windows color (decimal): -13564589 or 5440817. OLE color: 5440817.

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

Color convert

RGB 49 5 83 -
CMYK 0.41 0.94 0 0.67
HSL 273.85º 0.89% 0.17% -
HSV(B) 273.85º 0.94% 0.33% -
XYZ 2.88 1.39 8.3 -
YUV 27.05 159.58 143.66 -
System Red Green Blue C M Y K H S L
Decimal 49 5 83 0.41 0.94 0 0.67 273.85 0.89 0.17
Hex 31 5 53 29 5E 0 43 112 59 11
Octal 61 5 123 51 136 0 103 422 131 21
Binary 110001 101 1010011 101001 1011110 0 1000011 100010010 1011001 10001

Color Harmonies of #310553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310553

Black with #310553

Text Example


Text Example

White with #310553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310553; }

 p { color: rgb(49,5,83); }

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

background-color css

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

 a { background-color: rgb(49,5,83); }

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

border-color css

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

 span { border-color: rgb(49,5,83); }

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