Html Css Color HEX #311239 Blackcurrant

📋 copy color: '#311239'

red 49 ◦ green 18 ◦ blue 57

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

Shades of Blackcurrant #311239

Tints of Blackcurrant #311239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 45.97%

R = 39.52%
G = 14.52%
B = 45.97%

CMYK

 C value IS 0.14

 M value IS 0.68

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#311239 (or 0x311239) is known color: Blackcurrant. HEX triplet: 31, 12 and 39. RGB value is (49,18,57). Sum of RGB (Red+Green+Blue) = 49+18+57=124 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.52% from 124); Green value is 18 (7.42% from 255 or 14.52% from 124); Blue value is 57 (22.66% from 255 or 45.97% from 124); Max value from RGB is 57 - color contains mainly: blue. Hex color #311239 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311239 is #CEEDC6. Grayscale: #1F1F1F. Windows color (decimal): -13561287 or 3740209. OLE color: 3740209.

HSL color Cylindrical-coordinate representation of color #311239: hue angle of 287.69º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #311239 is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 49 18 57 -
CMYK 0.14 0.68 0 0.78
HSL 287.69º 0.52% 0.15% -
HSV(B) 287.69º 0.68% 0.22% -
XYZ 2.22 1.38 4.02 -
YUV 31.72 142.27 140.33 -
System Red Green Blue C M Y K H S L
Decimal 49 18 57 0.14 0.68 0 0.78 287.69 0.52 0.15
Hex 31 12 39 E 44 0 4E 120 34 F
Octal 61 22 71 16 104 0 116 440 64 17
Binary 110001 10010 111001 1110 1000100 0 1001110 100100000 110100 1111

Color Harmonies of #311239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311239

Black with #311239

Text Example


Text Example

White with #311239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311239; }

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

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

background-color css

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

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

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

border-color css

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

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

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