Html Css Color HEX #31083E Blackcurrant

📋 copy color: '#31083E'

red 49 ◦ green 8 ◦ blue 62

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

Shades of Blackcurrant #31083E

Tints of Blackcurrant #31083E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.72%

 BLUE value IS 62 (24.61% from 255) = 52.1%

R = 41.18%
G = 6.72%
B = 52.1%

CMYK

 C value IS 0.21

 M value IS 0.87

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#31083E (or 0x31083E) is known color: Blackcurrant. HEX triplet: 31, 08 and 3E. RGB value is (49,8,62). Sum of RGB (Red+Green+Blue) = 49+8+62=119 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.18% from 119); Green value is 8 (3.52% from 255 or 6.72% from 119); Blue value is 62 (24.61% from 255 or 52.10% from 119); Max value from RGB is 62 - color contains mainly: blue. Hex color #31083E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31083E is #CEF7C1. Grayscale: #1A1A1A. Windows color (decimal): -13563842 or 4065329. OLE color: 4065329.

HSL color Cylindrical-coordinate representation of color #31083E: hue angle of 285.56º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #31083E is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 49 8 62 -
CMYK 0.21 0.87 0 0.76
HSL 285.56º 0.77% 0.14% -
HSV(B) 285.56º 0.87% 0.24% -
XYZ 2.22 1.17 4.67 -
YUV 26.42 148.08 144.11 -
System Red Green Blue C M Y K H S L
Decimal 49 8 62 0.21 0.87 0 0.76 285.56 0.77 0.14
Hex 31 8 3E 15 57 0 4C 11E 4D E
Octal 61 10 76 25 127 0 114 436 115 16
Binary 110001 1000 111110 10101 1010111 0 1001100 100011110 1001101 1110

Color Harmonies of #31083E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31083E

Black with #31083E

Text Example


Text Example

White with #31083E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31083E; }

 p { color: rgb(49,8,62); }

 H1.HeaderClassName
 {
   color: #31083E;
 }
 .AnyTagClassName
 {
   color: #31083E;
 }
</style>

background-color css

<style>
 a { background-color: #31083E; }

 a { background-color: rgb(49,8,62); }

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

border-color css

<style>
 span { border-color: #31083E; }

 span { border-color: rgb(49,8,62); }

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