Html Css Color HEX #31013B Blackcurrant

📋 copy color: '#31013B'

red 49 ◦ green 1 ◦ blue 59

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

Shades of Blackcurrant #31013B

Tints of Blackcurrant #31013B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.92%

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

R = 44.95%
G = 0.92%
B = 54.13%

CMYK

 C value IS 0.17

 M value IS 0.98

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#31013B (or 0x31013B) is known color: Blackcurrant. HEX triplet: 31, 01 and 3B. RGB value is (49,1,59). Sum of RGB (Red+Green+Blue) = 49+1+59=109 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.95% from 109); Green value is 1 (0.78% from 255 or 0.92% from 109); Blue value is 59 (23.44% from 255 or 54.13% from 109); Max value from RGB is 59 - color contains mainly: blue. Hex color #31013B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31013B is #CEFEC4. Grayscale: #151515. Windows color (decimal): -13565637 or 3866929. OLE color: 3866929.

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

Color convert

RGB 49 1 59 -
CMYK 0.17 0.98 0 0.77
HSL 289.66º 0.97% 0.12% -
HSV(B) 289.66º 0.98% 0.23% -
XYZ 2.07 0.99 4.22 -
YUV 21.96 148.9 147.28 -
System Red Green Blue C M Y K H S L
Decimal 49 1 59 0.17 0.98 0 0.77 289.66 0.97 0.12
Hex 31 1 3B 11 62 0 4D 122 61 C
Octal 61 1 73 21 142 0 115 442 141 14
Binary 110001 1 111011 10001 1100010 0 1001101 100100010 1100001 1100

Color Harmonies of #31013B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31013B

Black with #31013B

Text Example


Text Example

White with #31013B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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