Html Css Color HEX #311048 Blackcurrant

📋 copy color: '#311048'

red 49 ◦ green 16 ◦ blue 72

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

Shades of Blackcurrant #311048

Tints of Blackcurrant #311048

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.68%

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

R = 35.77%
G = 11.68%
B = 52.55%

CMYK

 C value IS 0.32

 M value IS 0.78

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#311048 (or 0x311048) is known color: Blackcurrant. HEX triplet: 31, 10 and 48. RGB value is (49,16,72). Sum of RGB (Red+Green+Blue) = 49+16+72=137 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.77% from 137); Green value is 16 (6.64% from 255 or 11.68% from 137); Blue value is 72 (28.52% from 255 or 52.55% from 137); Max value from RGB is 72 - color contains mainly: blue. Hex color #311048 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311048 is #CEEFB7. Grayscale: #202020. Windows color (decimal): -13561784 or 4722737. OLE color: 4722737.

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

Color convert

RGB 49 16 72 -
CMYK 0.32 0.78 0 0.72
HSL 275.36º 0.64% 0.17% -
HSV(B) 275.36º 0.78% 0.28% -
XYZ 2.62 1.49 6.28 -
YUV 32.25 150.43 139.95 -
System Red Green Blue C M Y K H S L
Decimal 49 16 72 0.32 0.78 0 0.72 275.36 0.64 0.17
Hex 31 10 48 20 4E 0 48 113 40 11
Octal 61 20 110 40 116 0 110 423 100 21
Binary 110001 10000 1001000 100000 1001110 0 1001000 100010011 1000000 10001

Color Harmonies of #311048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311048

Black with #311048

Text Example


Text Example

White with #311048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311048; }

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

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

background-color css

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

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

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

border-color css

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

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

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