Html Css Color HEX #31033D Blackcurrant

📋 copy color: '#31033D'

red 49 ◦ green 3 ◦ blue 61

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

Shades of Blackcurrant #31033D

Tints of Blackcurrant #31033D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.65%

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

R = 43.36%
G = 2.65%
B = 53.98%

CMYK

 C value IS 0.20

 M value IS 0.95

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#31033D (or 0x31033D) is known color: Blackcurrant. HEX triplet: 31, 03 and 3D. RGB value is (49,3,61). Sum of RGB (Red+Green+Blue) = 49+3+61=113 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.36% from 113); Green value is 3 (1.56% from 255 or 2.65% from 113); Blue value is 61 (24.22% from 255 or 53.98% from 113); Max value from RGB is 61 - color contains mainly: blue. Hex color #31033D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31033D is #CEFCC2. Grayscale: #171717. Windows color (decimal): -13565123 or 3998513. OLE color: 3998513.

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

Color convert

RGB 49 3 61 -
CMYK 0.20 0.95 0 0.76
HSL 287.59º 0.91% 0.13% -
HSV(B) 287.59º 0.95% 0.24% -
XYZ 2.14 1.06 4.51 -
YUV 23.37 149.24 146.28 -
System Red Green Blue C M Y K H S L
Decimal 49 3 61 0.20 0.95 0 0.76 287.59 0.91 0.13
Hex 31 3 3D 14 5F 0 4C 120 5B D
Octal 61 3 75 24 137 0 114 440 133 15
Binary 110001 11 111101 10100 1011111 0 1001100 100100000 1011011 1101

Color Harmonies of #31033D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31033D

Black with #31033D

Text Example


Text Example

White with #31033D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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