Html Css Color HEX #31133F Blackcurrant

📋 copy color: '#31133F'

red 49 ◦ green 19 ◦ blue 63

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

Shades of Blackcurrant #31133F

Tints of Blackcurrant #31133F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.5%

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

R = 37.4%
G = 14.5%
B = 48.09%

CMYK

 C value IS 0.22

 M value IS 0.70

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#31133F (or 0x31133F) is known color: Blackcurrant. HEX triplet: 31, 13 and 3F. RGB value is (49,19,63). Sum of RGB (Red+Green+Blue) = 49+19+63=131 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.40% from 131); Green value is 19 (7.81% from 255 or 14.50% from 131); Blue value is 63 (25% from 255 or 48.09% from 131); Max value from RGB is 63 - color contains mainly: blue. Hex color #31133F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31133F is #CEECC0. Grayscale: #202020. Windows color (decimal): -13561025 or 4133681. OLE color: 4133681.

HSL color Cylindrical-coordinate representation of color #31133F: hue angle of 280.91º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #31133F is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 49 19 63 -
CMYK 0.22 0.70 0 0.75
HSL 280.91º 0.54% 0.16% -
HSV(B) 280.91º 0.7% 0.25% -
XYZ 2.4 1.48 4.86 -
YUV 32.99 144.94 139.42 -
System Red Green Blue C M Y K H S L
Decimal 49 19 63 0.22 0.70 0 0.75 280.91 0.54 0.16
Hex 31 13 3F 16 46 0 4B 119 36 10
Octal 61 23 77 26 106 0 113 431 66 20
Binary 110001 10011 111111 10110 1000110 0 1001011 100011001 110110 10000

Color Harmonies of #31133F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31133F

Black with #31133F

Text Example


Text Example

White with #31133F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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