Html Css Color HEX #31053B Blackcurrant

📋 copy color: '#31053B'

red 49 ◦ green 5 ◦ blue 59

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

Shades of Blackcurrant #31053B

Tints of Blackcurrant #31053B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 52.21%

R = 43.36%
G = 4.42%
B = 52.21%

CMYK

 C value IS 0.17

 M value IS 0.92

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#31053B (or 0x31053B) is known color: Blackcurrant. HEX triplet: 31, 05 and 3B. RGB value is (49,5,59). Sum of RGB (Red+Green+Blue) = 49+5+59=113 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.36% from 113); Green value is 5 (2.34% from 255 or 4.42% from 113); Blue value is 59 (23.44% from 255 or 52.21% from 113); Max value from RGB is 59 - color contains mainly: blue. Hex color #31053B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31053B is #CEFAC4. Grayscale: #181818. Windows color (decimal): -13564613 or 3867953. OLE color: 3867953.

HSL color Cylindrical-coordinate representation of color #31053B: hue angle of 288.89º degrees, saturation: 0.84, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #31053B is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 49 5 59 -
CMYK 0.17 0.92 0 0.77
HSL 288.89º 0.84% 0.13% -
HSV(B) 288.89º 0.92% 0.23% -
XYZ 2.11 1.08 4.23 -
YUV 24.31 147.58 145.61 -
System Red Green Blue C M Y K H S L
Decimal 49 5 59 0.17 0.92 0 0.77 288.89 0.84 0.13
Hex 31 5 3B 11 5C 0 4D 121 54 D
Octal 61 5 73 21 134 0 115 441 124 15
Binary 110001 101 111011 10001 1011100 0 1001101 100100001 1010100 1101

Color Harmonies of #31053B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31053B

Black with #31053B

Text Example


Text Example

White with #31053B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31053B; }

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

 H1.HeaderClassName
 {
   color: #31053B;
 }
 .AnyTagClassName
 {
   color: #31053B;
 }
</style>

background-color css

<style>
 a { background-color: #31053B; }

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

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

border-color css

<style>
 span { border-color: #31053B; }

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

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