Html Css Color HEX #311344 Blackcurrant

📋 copy color: '#311344'

red 49 ◦ green 19 ◦ blue 68

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

Shades of Blackcurrant #311344

Tints of Blackcurrant #311344

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.97%

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

R = 36.03%
G = 13.97%
B = 50%

CMYK

 C value IS 0.28

 M value IS 0.72

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#311344 (or 0x311344) is known color: Blackcurrant. HEX triplet: 31, 13 and 44. RGB value is (49,19,68). Sum of RGB (Red+Green+Blue) = 49+19+68=136 (18% of max value = 765). Red value is 49 (19.53% from 255 or 36.03% from 136); Green value is 19 (7.81% from 255 or 13.97% from 136); Blue value is 68 (26.95% from 255 or 50% from 136); Max value from RGB is 68 - color contains mainly: blue. Hex color #311344 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311344 is #CEECBB. Grayscale: #212121. Windows color (decimal): -13561020 or 4461361. OLE color: 4461361.

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

Color convert

RGB 49 19 68 -
CMYK 0.28 0.72 0 0.73
HSL 276.73º 0.56% 0.17% -
HSV(B) 276.73º 0.72% 0.27% -
XYZ 2.54 1.54 5.63 -
YUV 33.56 147.44 139.02 -
System Red Green Blue C M Y K H S L
Decimal 49 19 68 0.28 0.72 0 0.73 276.73 0.56 0.17
Hex 31 13 44 1C 48 0 49 115 38 11
Octal 61 23 104 34 110 0 111 425 70 21
Binary 110001 10011 1000100 11100 1001000 0 1001001 100010101 111000 10001

Color Harmonies of #311344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311344

Black with #311344

Text Example


Text Example

White with #311344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311344; }

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

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

background-color css

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

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

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

border-color css

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

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

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