Html Css Color HEX #31083F Blackcurrant

📋 copy color: '#31083F'

red 49 ◦ green 8 ◦ blue 63

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

Shades of Blackcurrant #31083F

Tints of Blackcurrant #31083F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 52.5%

R = 40.83%
G = 6.67%
B = 52.5%

CMYK

 C value IS 0.22

 M value IS 0.87

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#31083F (or 0x31083F) is known color: Blackcurrant. HEX triplet: 31, 08 and 3F. RGB value is (49,8,63). Sum of RGB (Red+Green+Blue) = 49+8+63=120 (15% of max value = 765). Red value is 49 (19.53% from 255 or 40.83% from 120); Green value is 8 (3.52% from 255 or 6.67% from 120); Blue value is 63 (25% from 255 or 52.5% from 120); Max value from RGB is 63 - color contains mainly: blue. Hex color #31083F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31083F is #CEF7C0. Grayscale: #1A1A1A. Windows color (decimal): -13563841 or 4130865. OLE color: 4130865.

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

Color convert

RGB 49 8 63 -
CMYK 0.22 0.87 0 0.75
HSL 284.73º 0.77% 0.14% -
HSV(B) 284.73º 0.87% 0.25% -
XYZ 2.25 1.19 4.81 -
YUV 26.53 148.58 144.03 -
System Red Green Blue C M Y K H S L
Decimal 49 8 63 0.22 0.87 0 0.75 284.73 0.77 0.14
Hex 31 8 3F 16 57 0 4B 11D 4D E
Octal 61 10 77 26 127 0 113 435 115 16
Binary 110001 1000 111111 10110 1010111 0 1001011 100011101 1001101 1110

Color Harmonies of #31083F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31083F

Black with #31083F

Text Example


Text Example

White with #31083F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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