Html Css Color HEX #310637 Blackcurrant

📋 copy color: '#310637'

red 49 ◦ green 6 ◦ blue 55

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

Shades of Blackcurrant #310637

Tints of Blackcurrant #310637

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.45%

 BLUE value IS 55 (21.88% from 255) = 50%

R = 44.55%
G = 5.45%
B = 50%

CMYK

 C value IS 0.11

 M value IS 0.89

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#310637 (or 0x310637) is known color: Blackcurrant. HEX triplet: 31, 06 and 37. RGB value is (49,6,55). Sum of RGB (Red+Green+Blue) = 49+6+55=110 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.55% from 110); Green value is 6 (2.73% from 255 or 5.45% from 110); Blue value is 55 (21.88% from 255 or 50% from 110); Max value from RGB is 55 - color contains mainly: blue. Hex color #310637 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310637 is #CEF9C8. Grayscale: #181818. Windows color (decimal): -13564361 or 3606065. OLE color: 3606065.

HSL color Cylindrical-coordinate representation of color #310637: hue angle of 292.65º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #310637 is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 49 6 55 -
CMYK 0.11 0.89 0 0.78
HSL 292.65º 0.8% 0.12% -
HSV(B) 292.65º 0.89% 0.22% -
XYZ 2.02 1.06 3.71 -
YUV 24.44 145.25 145.52 -
System Red Green Blue C M Y K H S L
Decimal 49 6 55 0.11 0.89 0 0.78 292.65 0.8 0.12
Hex 31 6 37 B 59 0 4E 125 50 C
Octal 61 6 67 13 131 0 116 445 120 14
Binary 110001 110 110111 1011 1011001 0 1001110 100100101 1010000 1100

Color Harmonies of #310637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310637

Black with #310637

Text Example


Text Example

White with #310637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310637; }

 p { color: rgb(49,6,55); }

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

background-color css

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

 a { background-color: rgb(49,6,55); }

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

border-color css

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

 span { border-color: rgb(49,6,55); }

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