Html Css Color HEX #311145 Blackcurrant

📋 copy color: '#311145'

red 49 ◦ green 17 ◦ blue 69

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

Shades of Blackcurrant #311145

Tints of Blackcurrant #311145

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.59%

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

R = 36.3%
G = 12.59%
B = 51.11%

CMYK

 C value IS 0.29

 M value IS 0.75

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#311145 (or 0x311145) is known color: Blackcurrant. HEX triplet: 31, 11 and 45. RGB value is (49,17,69). Sum of RGB (Red+Green+Blue) = 49+17+69=135 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.30% from 135); Green value is 17 (7.03% from 255 or 12.59% from 135); Blue value is 69 (27.34% from 255 or 51.11% from 135); Max value from RGB is 69 - color contains mainly: blue. Hex color #311145 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311145 is #CEEEBA. Grayscale: #202020. Windows color (decimal): -13561531 or 4526385. OLE color: 4526385.

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

Color convert

RGB 49 17 69 -
CMYK 0.29 0.75 0 0.73
HSL 276.92º 0.6% 0.17% -
HSV(B) 276.92º 0.75% 0.27% -
XYZ 2.54 1.48 5.78 -
YUV 32.5 148.6 139.77 -
System Red Green Blue C M Y K H S L
Decimal 49 17 69 0.29 0.75 0 0.73 276.92 0.6 0.17
Hex 31 11 45 1D 4B 0 49 115 3C 11
Octal 61 21 105 35 113 0 111 425 74 21
Binary 110001 10001 1000101 11101 1001011 0 1001001 100010101 111100 10001

Color Harmonies of #311145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311145

Black with #311145

Text Example


Text Example

White with #311145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311145; }

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

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

background-color css

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

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

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

border-color css

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

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

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