Html Css Color HEX #311345 Blackcurrant

📋 copy color: '#311345'

red 49 ◦ green 19 ◦ blue 69

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

Shades of Blackcurrant #311345

Tints of Blackcurrant #311345

RGB

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

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

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

R = 35.77%
G = 13.87%
B = 50.36%

CMYK

 C value IS 0.29

 M value IS 0.72

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#311345 (or 0x311345) is known color: Blackcurrant. HEX triplet: 31, 13 and 45. RGB value is (49,19,69). Sum of RGB (Red+Green+Blue) = 49+19+69=137 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.77% from 137); Green value is 19 (7.81% from 255 or 13.87% from 137); Blue value is 69 (27.34% from 255 or 50.36% from 137); Max value from RGB is 69 - color contains mainly: blue. Hex color #311345 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311345 is #CEECBA. Grayscale: #212121. Windows color (decimal): -13561019 or 4526897. OLE color: 4526897.

HSL color Cylindrical-coordinate representation of color #311345: hue angle of 276º degrees, saturation: 0.57, 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 #311345 is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 49 19 69 -
CMYK 0.29 0.72 0 0.73
HSL 276º 0.57% 0.17% -
HSV(B) 276º 0.72% 0.27% -
XYZ 2.57 1.55 5.79 -
YUV 33.67 147.94 138.93 -
System Red Green Blue C M Y K H S L
Decimal 49 19 69 0.29 0.72 0 0.73 276 0.57 0.17
Hex 31 13 45 1D 48 0 49 114 39 11
Octal 61 23 105 35 110 0 111 424 71 21
Binary 110001 10011 1000101 11101 1001000 0 1001001 100010100 111001 10001

Color Harmonies of #311345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311345

Black with #311345

Text Example


Text Example

White with #311345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311345; }

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

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

background-color css

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

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

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

border-color css

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

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

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