Html Css Color HEX #310037 Blackcurrant

📋 copy color: '#310037'

red 49 ◦ green 0 ◦ blue 55

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

Shades of Blackcurrant #310037

Tints of Blackcurrant #310037

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 47.12%
G = 0%
B = 52.88%

CMYK

 C value IS 0.11

 M value IS 1

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#310037 (or 0x310037) is known color: Blackcurrant. HEX triplet: 31, 00 and 37. RGB value is (49,0,55). Sum of RGB (Red+Green+Blue) = 49+0+55=104 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.12% from 104); Green value is 0 (0.39% from 255 or 0% from 104); Blue value is 55 (21.88% from 255 or 52.88% from 104); Max value from RGB is 55 - color contains mainly: blue. Hex color #310037 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310037 is #CEFFC8. Grayscale: #141414. Windows color (decimal): -13565897 or 3604529. OLE color: 3604529.

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

Color convert

RGB 49 0 55 -
CMYK 0.11 1 0 0.78
HSL 293.45º 1% 0.11% -
HSV(B) 293.45º 1% 0.22% -
XYZ 1.96 0.93 3.69 -
YUV 20.92 147.23 148.03 -
System Red Green Blue C M Y K H S L
Decimal 49 0 55 0.11 1 0 0.78 293.45 1 0.11
Hex 31 0 37 B 64 0 4E 125 64 B
Octal 61 0 67 13 144 0 116 445 144 13
Binary 110001 0 110111 1011 1100100 0 1001110 100100101 1100100 1011

Color Harmonies of #310037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310037

Black with #310037

Text Example


Text Example

White with #310037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310037; }

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

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

background-color css

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

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

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

border-color css

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

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

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