Html Css Color HEX #31083B Blackcurrant

📋 copy color: '#31083B'

red 49 ◦ green 8 ◦ blue 59

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

Shades of Blackcurrant #31083B

Tints of Blackcurrant #31083B

RGB

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

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

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

R = 42.24%
G = 6.9%
B = 50.86%

CMYK

 C value IS 0.17

 M value IS 0.86

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#31083B (or 0x31083B) is known color: Blackcurrant. HEX triplet: 31, 08 and 3B. RGB value is (49,8,59). Sum of RGB (Red+Green+Blue) = 49+8+59=116 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.24% from 116); Green value is 8 (3.52% from 255 or 6.90% from 116); Blue value is 59 (23.44% from 255 or 50.86% from 116); Max value from RGB is 59 - color contains mainly: blue. Hex color #31083B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31083B is #CEF7C4. Grayscale: #191919. Windows color (decimal): -13563845 or 3868721. OLE color: 3868721.

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

Color convert

RGB 49 8 59 -
CMYK 0.17 0.86 0 0.77
HSL 288.24º 0.76% 0.13% -
HSV(B) 288.24º 0.86% 0.23% -
XYZ 2.14 1.14 4.25 -
YUV 26.07 146.58 144.35 -
System Red Green Blue C M Y K H S L
Decimal 49 8 59 0.17 0.86 0 0.77 288.24 0.76 0.13
Hex 31 8 3B 11 56 0 4D 120 4C D
Octal 61 10 73 21 126 0 115 440 114 15
Binary 110001 1000 111011 10001 1010110 0 1001101 100100000 1001100 1101

Color Harmonies of #31083B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31083B

Black with #31083B

Text Example


Text Example

White with #31083B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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