Html Css Color HEX #311D45 Blackcurrant

📋 copy color: '#311D45'

red 49 ◦ green 29 ◦ blue 69

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

Shades of Blackcurrant #311D45

Tints of Blackcurrant #311D45

RGB

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

 GREEN value IS 29 (11.72% from 255) = 19.73%

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

R = 33.33%
G = 19.73%
B = 46.94%

CMYK

 C value IS 0.29

 M value IS 0.58

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#311D45 (or 0x311D45) is known color: Blackcurrant. HEX triplet: 31, 1D and 45. RGB value is (49,29,69). Sum of RGB (Red+Green+Blue) = 49+29+69=147 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.33% from 147); Green value is 29 (11.72% from 255 or 19.73% from 147); Blue value is 69 (27.34% from 255 or 46.94% from 147); Max value from RGB is 69 - color contains mainly: blue. Hex color #311D45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311D45 is #CEE2BA. Grayscale: #272727. Windows color (decimal): -13558459 or 4529457. OLE color: 4529457.

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

Color convert

RGB 49 29 69 -
CMYK 0.29 0.58 0 0.73
HSL 270º 0.41% 0.19% -
HSV(B) 270º 0.58% 0.27% -
XYZ 2.78 1.96 5.86 -
YUV 39.54 144.63 134.75 -
System Red Green Blue C M Y K H S L
Decimal 49 29 69 0.29 0.58 0 0.73 270 0.41 0.19
Hex 31 1D 45 1D 3A 0 49 10E 29 13
Octal 61 35 105 35 72 0 111 416 51 23
Binary 110001 11101 1000101 11101 111010 0 1001001 100001110 101001 10011

Color Harmonies of #311D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311D45

Black with #311D45

Text Example


Text Example

White with #311D45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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