Html Css Color HEX #31063D Blackcurrant

📋 copy color: '#31063D'

red 49 ◦ green 6 ◦ blue 61

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

Shades of Blackcurrant #31063D

Tints of Blackcurrant #31063D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.17%

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

R = 42.24%
G = 5.17%
B = 52.59%

CMYK

 C value IS 0.20

 M value IS 0.90

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#31063D (or 0x31063D) is known color: Blackcurrant. HEX triplet: 31, 06 and 3D. RGB value is (49,6,61). Sum of RGB (Red+Green+Blue) = 49+6+61=116 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.24% from 116); Green value is 6 (2.73% from 255 or 5.17% from 116); Blue value is 61 (24.22% from 255 or 52.59% from 116); Max value from RGB is 61 - color contains mainly: blue. Hex color #31063D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31063D is #CEF9C2. Grayscale: #181818. Windows color (decimal): -13564355 or 3999281. OLE color: 3999281.

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

Color convert

RGB 49 6 61 -
CMYK 0.20 0.90 0 0.76
HSL 286.91º 0.82% 0.13% -
HSV(B) 286.91º 0.9% 0.24% -
XYZ 2.17 1.12 4.52 -
YUV 25.13 148.25 145.03 -
System Red Green Blue C M Y K H S L
Decimal 49 6 61 0.20 0.90 0 0.76 286.91 0.82 0.13
Hex 31 6 3D 14 5A 0 4C 11F 52 D
Octal 61 6 75 24 132 0 114 437 122 15
Binary 110001 110 111101 10100 1011010 0 1001100 100011111 1010010 1101

Color Harmonies of #31063D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31063D

Black with #31063D

Text Example


Text Example

White with #31063D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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