Html Css Color HEX #31053A Blackcurrant

📋 copy color: '#31053A'

red 49 ◦ green 5 ◦ blue 58

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

Shades of Blackcurrant #31053A

Tints of Blackcurrant #31053A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 51.79%

R = 43.75%
G = 4.46%
B = 51.79%

CMYK

 C value IS 0.16

 M value IS 0.91

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#31053A (or 0x31053A) is known color: Blackcurrant. HEX triplet: 31, 05 and 3A. RGB value is (49,5,58). Sum of RGB (Red+Green+Blue) = 49+5+58=112 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.75% from 112); Green value is 5 (2.34% from 255 or 4.46% from 112); Blue value is 58 (23.05% from 255 or 51.79% from 112); Max value from RGB is 58 - color contains mainly: blue. Hex color #31053A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31053A is #CEFAC5. Grayscale: #181818. Windows color (decimal): -13564614 or 3802417. OLE color: 3802417.

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

Color convert

RGB 49 5 58 -
CMYK 0.16 0.91 0 0.77
HSL 289.81º 0.84% 0.12% -
HSV(B) 289.81º 0.91% 0.23% -
XYZ 2.08 1.07 4.1 -
YUV 24.2 147.08 145.69 -
System Red Green Blue C M Y K H S L
Decimal 49 5 58 0.16 0.91 0 0.77 289.81 0.84 0.12
Hex 31 5 3A 10 5B 0 4D 122 54 C
Octal 61 5 72 20 133 0 115 442 124 14
Binary 110001 101 111010 10000 1011011 0 1001101 100100010 1010100 1100

Color Harmonies of #31053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31053A

Black with #31053A

Text Example


Text Example

White with #31053A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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