Html Css Color HEX #311A44 Blackcurrant

📋 copy color: '#311A44'

red 49 ◦ green 26 ◦ blue 68

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

Shades of Blackcurrant #311A44

Tints of Blackcurrant #311A44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 47.55%

R = 34.27%
G = 18.18%
B = 47.55%

CMYK

 C value IS 0.28

 M value IS 0.62

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#311A44 (or 0x311A44) is known color: Blackcurrant. HEX triplet: 31, 1A and 44. RGB value is (49,26,68). Sum of RGB (Red+Green+Blue) = 49+26+68=143 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.27% from 143); Green value is 26 (10.55% from 255 or 18.18% from 143); Blue value is 68 (26.95% from 255 or 47.55% from 143); Max value from RGB is 68 - color contains mainly: blue. Hex color #311A44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311A44 is #CEE5BB. Grayscale: #252525. Windows color (decimal): -13559228 or 4463153. OLE color: 4463153.

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

Color convert

RGB 49 26 68 -
CMYK 0.28 0.62 0 0.73
HSL 272.86º 0.45% 0.18% -
HSV(B) 272.86º 0.62% 0.27% -
XYZ 2.68 1.81 5.68 -
YUV 37.67 145.12 136.08 -
System Red Green Blue C M Y K H S L
Decimal 49 26 68 0.28 0.62 0 0.73 272.86 0.45 0.18
Hex 31 1A 44 1C 3E 0 49 111 2D 12
Octal 61 32 104 34 76 0 111 421 55 22
Binary 110001 11010 1000100 11100 111110 0 1001001 100010001 101101 10010

Color Harmonies of #311A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311A44

Black with #311A44

Text Example


Text Example

White with #311A44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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