Html Css Color HEX #31054F Blackcurrant

📋 copy color: '#31054F'

red 49 ◦ green 5 ◦ blue 79

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

Shades of Blackcurrant #31054F

Tints of Blackcurrant #31054F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.76%

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

R = 36.84%
G = 3.76%
B = 59.4%

CMYK

 C value IS 0.38

 M value IS 0.94

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#31054F (or 0x31054F) is known color: Blackcurrant. HEX triplet: 31, 05 and 4F. RGB value is (49,5,79). Sum of RGB (Red+Green+Blue) = 49+5+79=133 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.84% from 133); Green value is 5 (2.34% from 255 or 3.76% from 133); Blue value is 79 (31.25% from 255 or 59.40% from 133); Max value from RGB is 79 - color contains mainly: blue. Hex color #31054F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31054F is #CEFAB0. Grayscale: #1A1A1A. Windows color (decimal): -13564593 or 5178673. OLE color: 5178673.

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

Color convert

RGB 49 5 79 -
CMYK 0.38 0.94 0 0.69
HSL 275.68º 0.88% 0.16% -
HSV(B) 275.68º 0.94% 0.31% -
XYZ 2.73 1.33 7.51 -
YUV 26.59 157.58 143.98 -
System Red Green Blue C M Y K H S L
Decimal 49 5 79 0.38 0.94 0 0.69 275.68 0.88 0.16
Hex 31 5 4F 26 5E 0 45 114 58 10
Octal 61 5 117 46 136 0 105 424 130 20
Binary 110001 101 1001111 100110 1011110 0 1000101 100010100 1011000 10000

Color Harmonies of #31054F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31054F

Black with #31054F

Text Example


Text Example

White with #31054F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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