Html Css Color HEX #311C45 Blackcurrant

📋 copy color: '#311C45'

red 49 ◦ green 28 ◦ blue 69

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

Shades of Blackcurrant #311C45

Tints of Blackcurrant #311C45

RGB

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

 GREEN value IS 28 (11.33% from 255) = 19.18%

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

R = 33.56%
G = 19.18%
B = 47.26%

CMYK

 C value IS 0.29

 M value IS 0.59

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#311C45 (or 0x311C45) is known color: Blackcurrant. HEX triplet: 31, 1C and 45. RGB value is (49,28,69). Sum of RGB (Red+Green+Blue) = 49+28+69=146 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.56% from 146); Green value is 28 (11.33% from 255 or 19.18% from 146); Blue value is 69 (27.34% from 255 or 47.26% from 146); Max value from RGB is 69 - color contains mainly: blue. Hex color #311C45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311C45 is #CEE3BA. Grayscale: #262626. Windows color (decimal): -13558715 or 4529201. OLE color: 4529201.

HSL color Cylindrical-coordinate representation of color #311C45: hue angle of 270.73º degrees, saturation: 0.42, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #311C45 is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 49 28 69 -
CMYK 0.29 0.59 0 0.73
HSL 270.73º 0.42% 0.19% -
HSV(B) 270.73º 0.59% 0.27% -
XYZ 2.76 1.91 5.85 -
YUV 38.95 144.96 135.17 -
System Red Green Blue C M Y K H S L
Decimal 49 28 69 0.29 0.59 0 0.73 270.73 0.42 0.19
Hex 31 1C 45 1D 3B 0 49 10F 2A 13
Octal 61 34 105 35 73 0 111 417 52 23
Binary 110001 11100 1000101 11101 111011 0 1001001 100001111 101010 10011

Color Harmonies of #311C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311C45

Black with #311C45

Text Example


Text Example

White with #311C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311C45; }

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

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

background-color css

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

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

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

border-color css

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

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

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