Html Css Color HEX #31143F Blackcurrant

📋 copy color: '#31143F'

red 49 ◦ green 20 ◦ blue 63

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

Shades of Blackcurrant #31143F

Tints of Blackcurrant #31143F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.15%

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

R = 37.12%
G = 15.15%
B = 47.73%

CMYK

 C value IS 0.22

 M value IS 0.68

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#31143F (or 0x31143F) is known color: Blackcurrant. HEX triplet: 31, 14 and 3F. RGB value is (49,20,63). Sum of RGB (Red+Green+Blue) = 49+20+63=132 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.12% from 132); Green value is 20 (8.20% from 255 or 15.15% from 132); Blue value is 63 (25% from 255 or 47.73% from 132); Max value from RGB is 63 - color contains mainly: blue. Hex color #31143F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31143F is #CEEBC0. Grayscale: #212121. Windows color (decimal): -13560769 or 4133937. OLE color: 4133937.

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

Color convert

RGB 49 20 63 -
CMYK 0.22 0.68 0 0.75
HSL 280.47º 0.52% 0.16% -
HSV(B) 280.47º 0.68% 0.25% -
XYZ 2.41 1.51 4.87 -
YUV 33.57 144.61 139 -
System Red Green Blue C M Y K H S L
Decimal 49 20 63 0.22 0.68 0 0.75 280.47 0.52 0.16
Hex 31 14 3F 16 44 0 4B 118 34 10
Octal 61 24 77 26 104 0 113 430 64 20
Binary 110001 10100 111111 10110 1000100 0 1001011 100011000 110100 10000

Color Harmonies of #31143F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31143F

Black with #31143F

Text Example


Text Example

White with #31143F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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