Html Css Color HEX #31043B Blackcurrant

📋 copy color: '#31043B'

red 49 ◦ green 4 ◦ blue 59

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

Shades of Blackcurrant #31043B

Tints of Blackcurrant #31043B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.57%

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

R = 43.75%
G = 3.57%
B = 52.68%

CMYK

 C value IS 0.17

 M value IS 0.93

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#31043B (or 0x31043B) is known color: Blackcurrant. HEX triplet: 31, 04 and 3B. RGB value is (49,4,59). Sum of RGB (Red+Green+Blue) = 49+4+59=112 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.75% from 112); Green value is 4 (1.95% from 255 or 3.57% from 112); Blue value is 59 (23.44% from 255 or 52.68% from 112); Max value from RGB is 59 - color contains mainly: blue. Hex color #31043B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31043B is #CEFBC4. Grayscale: #171717. Windows color (decimal): -13564869 or 3867697. OLE color: 3867697.

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

Color convert

RGB 49 4 59 -
CMYK 0.17 0.93 0 0.77
HSL 289.09º 0.87% 0.12% -
HSV(B) 289.09º 0.93% 0.23% -
XYZ 2.1 1.06 4.23 -
YUV 23.73 147.91 146.03 -
System Red Green Blue C M Y K H S L
Decimal 49 4 59 0.17 0.93 0 0.77 289.09 0.87 0.12
Hex 31 4 3B 11 5D 0 4D 121 57 C
Octal 61 4 73 21 135 0 115 441 127 14
Binary 110001 100 111011 10001 1011101 0 1001101 100100001 1010111 1100

Color Harmonies of #31043B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31043B

Black with #31043B

Text Example


Text Example

White with #31043B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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