Html Css Color HEX #310153 Blackcurrant

📋 copy color: '#310153'

red 49 ◦ green 1 ◦ blue 83

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

Shades of Blackcurrant #310153

Tints of Blackcurrant #310153

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.75%

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

R = 36.84%
G = 0.75%
B = 62.41%

CMYK

 C value IS 0.41

 M value IS 0.99

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#310153 (or 0x310153) is known color: Blackcurrant. HEX triplet: 31, 01 and 53. RGB value is (49,1,83). Sum of RGB (Red+Green+Blue) = 49+1+83=133 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.84% from 133); Green value is 1 (0.78% from 255 or 0.75% from 133); Blue value is 83 (32.81% from 255 or 62.41% from 133); Max value from RGB is 83 - color contains mainly: blue. Hex color #310153 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310153 is #CEFEAC. Grayscale: #181818. Windows color (decimal): -13565613 or 5439793. OLE color: 5439793.

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

Color convert

RGB 49 1 83 -
CMYK 0.41 0.99 0 0.67
HSL 275.12º 0.98% 0.16% -
HSV(B) 275.12º 0.99% 0.33% -
XYZ 2.84 1.3 8.28 -
YUV 24.7 160.9 145.33 -
System Red Green Blue C M Y K H S L
Decimal 49 1 83 0.41 0.99 0 0.67 275.12 0.98 0.16
Hex 31 1 53 29 63 0 43 113 62 10
Octal 61 1 123 51 143 0 103 423 142 20
Binary 110001 1 1010011 101001 1100011 0 1000011 100010011 1100010 10000

Color Harmonies of #310153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310153

Black with #310153

Text Example


Text Example

White with #310153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310153; }

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

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

background-color css

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

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

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

border-color css

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

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

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