Html Css Color HEX #311148 Blackcurrant

📋 copy color: '#311148'

red 49 ◦ green 17 ◦ blue 72

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

Shades of Blackcurrant #311148

Tints of Blackcurrant #311148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 52.17%

R = 35.51%
G = 12.32%
B = 52.17%

CMYK

 C value IS 0.32

 M value IS 0.76

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#311148 (or 0x311148) is known color: Blackcurrant. HEX triplet: 31, 11 and 48. RGB value is (49,17,72). Sum of RGB (Red+Green+Blue) = 49+17+72=138 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.51% from 138); Green value is 17 (7.03% from 255 or 12.32% from 138); Blue value is 72 (28.52% from 255 or 52.17% from 138); Max value from RGB is 72 - color contains mainly: blue. Hex color #311148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311148 is #CEEEB7. Grayscale: #202020. Windows color (decimal): -13561528 or 4722993. OLE color: 4722993.

HSL color Cylindrical-coordinate representation of color #311148: hue angle of 274.91º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #311148 is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 49 17 72 -
CMYK 0.32 0.76 0 0.72
HSL 274.91º 0.62% 0.17% -
HSV(B) 274.91º 0.76% 0.28% -
XYZ 2.64 1.52 6.29 -
YUV 32.84 150.1 139.53 -
System Red Green Blue C M Y K H S L
Decimal 49 17 72 0.32 0.76 0 0.72 274.91 0.62 0.17
Hex 31 11 48 20 4C 0 48 113 3E 11
Octal 61 21 110 40 114 0 110 423 76 21
Binary 110001 10001 1001000 100000 1001100 0 1001000 100010011 111110 10001

Color Harmonies of #311148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311148

Black with #311148

Text Example


Text Example

White with #311148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311148; }

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

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

background-color css

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

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

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

border-color css

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

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

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