Html Css Color HEX #31073D Blackcurrant

📋 copy color: '#31073D'

red 49 ◦ green 7 ◦ blue 61

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

Shades of Blackcurrant #31073D

Tints of Blackcurrant #31073D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.98%

 BLUE value IS 61 (24.22% from 255) = 52.14%

R = 41.88%
G = 5.98%
B = 52.14%

CMYK

 C value IS 0.20

 M value IS 0.89

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#31073D (or 0x31073D) is known color: Blackcurrant. HEX triplet: 31, 07 and 3D. RGB value is (49,7,61). Sum of RGB (Red+Green+Blue) = 49+7+61=117 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.88% from 117); Green value is 7 (3.12% from 255 or 5.98% from 117); Blue value is 61 (24.22% from 255 or 52.14% from 117); Max value from RGB is 61 - color contains mainly: blue. Hex color #31073D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31073D is #CEF8C2. Grayscale: #191919. Windows color (decimal): -13564099 or 3999537. OLE color: 3999537.

HSL color Cylindrical-coordinate representation of color #31073D: hue angle of 286.67º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #31073D is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 49 7 61 -
CMYK 0.20 0.89 0 0.76
HSL 286.67º 0.79% 0.13% -
HSV(B) 286.67º 0.89% 0.24% -
XYZ 2.18 1.14 4.52 -
YUV 25.71 147.91 144.61 -
System Red Green Blue C M Y K H S L
Decimal 49 7 61 0.20 0.89 0 0.76 286.67 0.79 0.13
Hex 31 7 3D 14 59 0 4C 11F 4F D
Octal 61 7 75 24 131 0 114 437 117 15
Binary 110001 111 111101 10100 1011001 0 1001100 100011111 1001111 1101

Color Harmonies of #31073D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31073D

Black with #31073D

Text Example


Text Example

White with #31073D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31073D; }

 p { color: rgb(49,7,61); }

 H1.HeaderClassName
 {
   color: #31073D;
 }
 .AnyTagClassName
 {
   color: #31073D;
 }
</style>

background-color css

<style>
 a { background-color: #31073D; }

 a { background-color: rgb(49,7,61); }

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

border-color css

<style>
 span { border-color: #31073D; }

 span { border-color: rgb(49,7,61); }

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