Html Css Color HEX #31123F Blackcurrant

📋 copy color: '#31123F'

red 49 ◦ green 18 ◦ blue 63

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

Shades of Blackcurrant #31123F

Tints of Blackcurrant #31123F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.85%

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

R = 37.69%
G = 13.85%
B = 48.46%

CMYK

 C value IS 0.22

 M value IS 0.71

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#31123F (or 0x31123F) is known color: Blackcurrant. HEX triplet: 31, 12 and 3F. RGB value is (49,18,63). Sum of RGB (Red+Green+Blue) = 49+18+63=130 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.69% from 130); Green value is 18 (7.42% from 255 or 13.85% from 130); Blue value is 63 (25% from 255 or 48.46% from 130); Max value from RGB is 63 - color contains mainly: blue. Hex color #31123F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31123F is #CEEDC0. Grayscale: #202020. Windows color (decimal): -13561281 or 4133425. OLE color: 4133425.

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

Color convert

RGB 49 18 63 -
CMYK 0.22 0.71 0 0.75
HSL 281.33º 0.56% 0.16% -
HSV(B) 281.33º 0.71% 0.25% -
XYZ 2.38 1.44 4.86 -
YUV 32.4 145.27 139.84 -
System Red Green Blue C M Y K H S L
Decimal 49 18 63 0.22 0.71 0 0.75 281.33 0.56 0.16
Hex 31 12 3F 16 47 0 4B 119 38 10
Octal 61 22 77 26 107 0 113 431 70 20
Binary 110001 10010 111111 10110 1000111 0 1001011 100011001 111000 10000

Color Harmonies of #31123F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31123F

Black with #31123F

Text Example


Text Example

White with #31123F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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