Html Css Color HEX #311C46 Blackcurrant

📋 copy color: '#311C46'

red 49 ◦ green 28 ◦ blue 70

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

Shades of Blackcurrant #311C46

Tints of Blackcurrant #311C46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 47.62%

R = 33.33%
G = 19.05%
B = 47.62%

CMYK

 C value IS 0.30

 M value IS 0.60

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#311C46 (or 0x311C46) is known color: Blackcurrant. HEX triplet: 31, 1C and 46. RGB value is (49,28,70). Sum of RGB (Red+Green+Blue) = 49+28+70=147 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.33% from 147); Green value is 28 (11.33% from 255 or 19.05% from 147); Blue value is 70 (27.73% from 255 or 47.62% from 147); Max value from RGB is 70 - color contains mainly: blue. Hex color #311C46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311C46 is #CEE3B9. Grayscale: #262626. Windows color (decimal): -13558714 or 4594737. OLE color: 4594737.

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

Color convert

RGB 49 28 70 -
CMYK 0.30 0.60 0 0.73
HSL 270º 0.43% 0.19% -
HSV(B) 270º 0.6% 0.27% -
XYZ 2.79 1.93 6.02 -
YUV 39.07 145.46 135.08 -
System Red Green Blue C M Y K H S L
Decimal 49 28 70 0.30 0.60 0 0.73 270 0.43 0.19
Hex 31 1C 46 1E 3C 0 49 10E 2B 13
Octal 61 34 106 36 74 0 111 416 53 23
Binary 110001 11100 1000110 11110 111100 0 1001001 100001110 101011 10011

Color Harmonies of #311C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311C46

Black with #311C46

Text Example


Text Example

White with #311C46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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