Html Css Color HEX #310545 Blackcurrant

📋 copy color: '#310545'

red 49 ◦ green 5 ◦ blue 69

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

Shades of Blackcurrant #310545

Tints of Blackcurrant #310545

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.07%

 BLUE value IS 69 (27.34% from 255) = 56.1%

R = 39.84%
G = 4.07%
B = 56.1%

CMYK

 C value IS 0.29

 M value IS 0.93

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#310545 (or 0x310545) is known color: Blackcurrant. HEX triplet: 31, 05 and 45. RGB value is (49,5,69). Sum of RGB (Red+Green+Blue) = 49+5+69=123 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.84% from 123); Green value is 5 (2.34% from 255 or 4.07% from 123); Blue value is 69 (27.34% from 255 or 56.10% from 123); Max value from RGB is 69 - color contains mainly: blue. Hex color #310545 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310545 is #CEFABA. Grayscale: #191919. Windows color (decimal): -13564603 or 4523313. OLE color: 4523313.

HSL color Cylindrical-coordinate representation of color #310545: hue angle of 281.25º degrees, saturation: 0.86, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #310545 is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 49 5 69 -
CMYK 0.29 0.93 0 0.73
HSL 281.25º 0.86% 0.15% -
HSV(B) 281.25º 0.93% 0.27% -
XYZ 2.4 1.19 5.73 -
YUV 25.45 152.58 144.8 -
System Red Green Blue C M Y K H S L
Decimal 49 5 69 0.29 0.93 0 0.73 281.25 0.86 0.15
Hex 31 5 45 1D 5D 0 49 119 56 F
Octal 61 5 105 35 135 0 111 431 126 17
Binary 110001 101 1000101 11101 1011101 0 1001001 100011001 1010110 1111

Color Harmonies of #310545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310545

Black with #310545

Text Example


Text Example

White with #310545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310545; }

 p { color: rgb(49,5,69); }

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

background-color css

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

 a { background-color: rgb(49,5,69); }

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

border-color css

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

 span { border-color: rgb(49,5,69); }

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