Html Css Color HEX #310853 Blackcurrant

📋 copy color: '#310853'

red 49 ◦ green 8 ◦ blue 83

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

Shades of Blackcurrant #310853

Tints of Blackcurrant #310853

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.71%

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

R = 35%
G = 5.71%
B = 59.29%

CMYK

 C value IS 0.41

 M value IS 0.90

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#310853 (or 0x310853) is known color: Blackcurrant. HEX triplet: 31, 08 and 53. RGB value is (49,8,83). Sum of RGB (Red+Green+Blue) = 49+8+83=140 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35% from 140); Green value is 8 (3.52% from 255 or 5.71% from 140); Blue value is 83 (32.81% from 255 or 59.29% from 140); Max value from RGB is 83 - color contains mainly: blue. Hex color #310853 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310853 is #CEF7AC. Grayscale: #1C1C1C. Windows color (decimal): -13563821 or 5441585. OLE color: 5441585.

HSL color Cylindrical-coordinate representation of color #310853: hue angle of 272.8º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #310853 is Cyan = 0.41, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 8 83 -
CMYK 0.41 0.90 0 0.67
HSL 272.8º 0.82% 0.18% -
HSV(B) 272.8º 0.9% 0.33% -
XYZ 2.91 1.45 8.31 -
YUV 28.81 158.58 142.4 -
System Red Green Blue C M Y K H S L
Decimal 49 8 83 0.41 0.90 0 0.67 272.8 0.82 0.18
Hex 31 8 53 29 5A 0 43 111 52 12
Octal 61 10 123 51 132 0 103 421 122 22
Binary 110001 1000 1010011 101001 1011010 0 1000011 100010001 1010010 10010

Color Harmonies of #310853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310853

Black with #310853

Text Example


Text Example

White with #310853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310853; }

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

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

background-color css

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

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

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

border-color css

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

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

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