Html Css Color HEX #310E44 Blackcurrant

📋 copy color: '#310E44'

red 49 ◦ green 14 ◦ blue 68

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

Shades of Blackcurrant #310E44

Tints of Blackcurrant #310E44

RGB

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

 GREEN value IS 14 (5.86% from 255) = 10.69%

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

R = 37.4%
G = 10.69%
B = 51.91%

CMYK

 C value IS 0.28

 M value IS 0.79

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#310E44 (or 0x310E44) is known color: Blackcurrant. HEX triplet: 31, 0E and 44. RGB value is (49,14,68). Sum of RGB (Red+Green+Blue) = 49+14+68=131 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.40% from 131); Green value is 14 (5.86% from 255 or 10.69% from 131); Blue value is 68 (26.95% from 255 or 51.91% from 131); Max value from RGB is 68 - color contains mainly: blue. Hex color #310E44 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310E44 is #CEF1BB. Grayscale: #1E1E1E. Windows color (decimal): -13562300 or 4460081. OLE color: 4460081.

HSL color Cylindrical-coordinate representation of color #310E44: hue angle of 278.89º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #310E44 is Cyan = 0.28, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 49 14 68 -
CMYK 0.28 0.79 0 0.73
HSL 278.89º 0.66% 0.16% -
HSV(B) 278.89º 0.79% 0.27% -
XYZ 2.47 1.38 5.61 -
YUV 30.62 149.1 141.11 -
System Red Green Blue C M Y K H S L
Decimal 49 14 68 0.28 0.79 0 0.73 278.89 0.66 0.16
Hex 31 E 44 1C 4F 0 49 117 42 10
Octal 61 16 104 34 117 0 111 427 102 20
Binary 110001 1110 1000100 11100 1001111 0 1001001 100010111 1000010 10000

Color Harmonies of #310E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310E44

Black with #310E44

Text Example


Text Example

White with #310E44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310E44; }

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

 H1.HeaderClassName
 {
   color: #310E44;
 }
 .AnyTagClassName
 {
   color: #310E44;
 }
</style>

background-color css

<style>
 a { background-color: #310E44; }

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

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

border-color css

<style>
 span { border-color: #310E44; }

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

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