Html Css Color HEX #311044 Blackcurrant

📋 copy color: '#311044'

red 49 ◦ green 16 ◦ blue 68

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

Shades of Blackcurrant #311044

Tints of Blackcurrant #311044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 51.13%

R = 36.84%
G = 12.03%
B = 51.13%

CMYK

 C value IS 0.28

 M value IS 0.76

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#311044 (or 0x311044) is known color: Blackcurrant. HEX triplet: 31, 10 and 44. RGB value is (49,16,68). Sum of RGB (Red+Green+Blue) = 49+16+68=133 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.84% from 133); Green value is 16 (6.64% from 255 or 12.03% from 133); Blue value is 68 (26.95% from 255 or 51.13% from 133); Max value from RGB is 68 - color contains mainly: blue. Hex color #311044 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311044 is #CEEFBB. Grayscale: #1F1F1F. Windows color (decimal): -13561788 or 4460593. OLE color: 4460593.

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

Color convert

RGB 49 16 68 -
CMYK 0.28 0.76 0 0.73
HSL 278.08º 0.62% 0.16% -
HSV(B) 278.08º 0.76% 0.27% -
XYZ 2.5 1.44 5.62 -
YUV 31.8 148.43 140.27 -
System Red Green Blue C M Y K H S L
Decimal 49 16 68 0.28 0.76 0 0.73 278.08 0.62 0.16
Hex 31 10 44 1C 4C 0 49 116 3E 10
Octal 61 20 104 34 114 0 111 426 76 20
Binary 110001 10000 1000100 11100 1001100 0 1001001 100010110 111110 10000

Color Harmonies of #311044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311044

Black with #311044

Text Example


Text Example

White with #311044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311044; }

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

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

background-color css

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

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

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

border-color css

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

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

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