Html Css Color HEX #311A45 Blackcurrant

📋 copy color: '#311A45'

red 49 ◦ green 26 ◦ blue 69

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

Shades of Blackcurrant #311A45

Tints of Blackcurrant #311A45

RGB

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

 GREEN value IS 26 (10.55% from 255) = 18.06%

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

R = 34.03%
G = 18.06%
B = 47.92%

CMYK

 C value IS 0.29

 M value IS 0.62

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#311A45 (or 0x311A45) is known color: Blackcurrant. HEX triplet: 31, 1A and 45. RGB value is (49,26,69). Sum of RGB (Red+Green+Blue) = 49+26+69=144 (19% of max value = 765). Red value is 49 (19.53% from 255 or 34.03% from 144); Green value is 26 (10.55% from 255 or 18.06% from 144); Blue value is 69 (27.34% from 255 or 47.92% from 144); Max value from RGB is 69 - color contains mainly: blue. Hex color #311A45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311A45 is #CEE5BA. Grayscale: #252525. Windows color (decimal): -13559227 or 4528689. OLE color: 4528689.

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

Color convert

RGB 49 26 69 -
CMYK 0.29 0.62 0 0.73
HSL 272.09º 0.45% 0.19% -
HSV(B) 272.09º 0.62% 0.27% -
XYZ 2.71 1.82 5.84 -
YUV 37.78 145.62 136 -
System Red Green Blue C M Y K H S L
Decimal 49 26 69 0.29 0.62 0 0.73 272.09 0.45 0.19
Hex 31 1A 45 1D 3E 0 49 110 2D 13
Octal 61 32 105 35 76 0 111 420 55 23
Binary 110001 11010 1000101 11101 111110 0 1001001 100010000 101101 10011

Color Harmonies of #311A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311A45

Black with #311A45

Text Example


Text Example

White with #311A45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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