Html Css Color HEX #31124F Blackcurrant

📋 copy color: '#31124F'

red 49 ◦ green 18 ◦ blue 79

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

Shades of Blackcurrant #31124F

Tints of Blackcurrant #31124F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.33%

 BLUE value IS 79 (31.25% from 255) = 54.11%

R = 33.56%
G = 12.33%
B = 54.11%

CMYK

 C value IS 0.38

 M value IS 0.77

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#31124F (or 0x31124F) is known color: Blackcurrant. HEX triplet: 31, 12 and 4F. RGB value is (49,18,79). Sum of RGB (Red+Green+Blue) = 49+18+79=146 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.56% from 146); Green value is 18 (7.42% from 255 or 12.33% from 146); Blue value is 79 (31.25% from 255 or 54.11% from 146); Max value from RGB is 79 - color contains mainly: blue. Hex color #31124F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31124F is #CEEDB0. Grayscale: #222222. Windows color (decimal): -13561265 or 5182001. OLE color: 5182001.

HSL color Cylindrical-coordinate representation of color #31124F: hue angle of 270.49º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31124F is Cyan = 0.38, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 49 18 79 -
CMYK 0.38 0.77 0 0.69
HSL 270.49º 0.63% 0.19% -
HSV(B) 270.49º 0.77% 0.31% -
XYZ 2.89 1.65 7.56 -
YUV 34.22 153.27 138.54 -
System Red Green Blue C M Y K H S L
Decimal 49 18 79 0.38 0.77 0 0.69 270.49 0.63 0.19
Hex 31 12 4F 26 4D 0 45 10E 3F 13
Octal 61 22 117 46 115 0 105 416 77 23
Binary 110001 10010 1001111 100110 1001101 0 1000101 100001110 111111 10011

Color Harmonies of #31124F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31124F

Black with #31124F

Text Example


Text Example

White with #31124F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31124F; }

 p { color: rgb(49,18,79); }

 H1.HeaderClassName
 {
   color: #31124F;
 }
 .AnyTagClassName
 {
   color: #31124F;
 }
</style>

background-color css

<style>
 a { background-color: #31124F; }

 a { background-color: rgb(49,18,79); }

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

border-color css

<style>
 span { border-color: #31124F; }

 span { border-color: rgb(49,18,79); }

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