Html Css Color HEX #310353 Blackcurrant

📋 copy color: '#310353'

red 49 ◦ green 3 ◦ blue 83

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

Shades of Blackcurrant #310353

Tints of Blackcurrant #310353

RGB

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

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

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

R = 36.3%
G = 2.22%
B = 61.48%

CMYK

 C value IS 0.41

 M value IS 0.96

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#310353 (or 0x310353) is known color: Blackcurrant. HEX triplet: 31, 03 and 53. RGB value is (49,3,83). Sum of RGB (Red+Green+Blue) = 49+3+83=135 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.30% from 135); Green value is 3 (1.56% from 255 or 2.22% from 135); Blue value is 83 (32.81% from 255 or 61.48% from 135); Max value from RGB is 83 - color contains mainly: blue. Hex color #310353 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310353 is #CEFCAC. Grayscale: #191919. Windows color (decimal): -13565101 or 5440305. OLE color: 5440305.

HSL color Cylindrical-coordinate representation of color #310353: hue angle of 274.5º 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 #310353 is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 3 83 -
CMYK 0.41 0.96 0 0.67
HSL 274.5º 0.93% 0.17% -
HSV(B) 274.5º 0.96% 0.33% -
XYZ 2.86 1.34 8.29 -
YUV 25.87 160.24 144.5 -
System Red Green Blue C M Y K H S L
Decimal 49 3 83 0.41 0.96 0 0.67 274.5 0.93 0.17
Hex 31 3 53 29 60 0 43 112 5D 11
Octal 61 3 123 51 140 0 103 422 135 21
Binary 110001 11 1010011 101001 1100000 0 1000011 100010010 1011101 10001

Color Harmonies of #310353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310353

Black with #310353

Text Example


Text Example

White with #310353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310353; }

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

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

background-color css

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

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

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

border-color css

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

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

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