Html Css Color HEX #310239 Blackcurrant

📋 copy color: '#310239'

red 49 ◦ green 2 ◦ blue 57

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

Shades of Blackcurrant #310239

Tints of Blackcurrant #310239

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.85%

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

R = 45.37%
G = 1.85%
B = 52.78%

CMYK

 C value IS 0.14

 M value IS 0.96

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#310239 (or 0x310239) is known color: Blackcurrant. HEX triplet: 31, 02 and 39. RGB value is (49,2,57). Sum of RGB (Red+Green+Blue) = 49+2+57=108 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.37% from 108); Green value is 2 (1.17% from 255 or 1.85% from 108); Blue value is 57 (22.66% from 255 or 52.78% from 108); Max value from RGB is 57 - color contains mainly: blue. Hex color #310239 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310239 is #CEFDC6. Grayscale: #161616. Windows color (decimal): -13565383 or 3736113. OLE color: 3736113.

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

Color convert

RGB 49 2 57 -
CMYK 0.14 0.96 0 0.78
HSL 291.27º 0.93% 0.12% -
HSV(B) 291.27º 0.96% 0.22% -
XYZ 2.03 0.99 3.96 -
YUV 22.32 147.57 147.03 -
System Red Green Blue C M Y K H S L
Decimal 49 2 57 0.14 0.96 0 0.78 291.27 0.93 0.12
Hex 31 2 39 E 60 0 4E 123 5D C
Octal 61 2 71 16 140 0 116 443 135 14
Binary 110001 10 111001 1110 1100000 0 1001110 100100011 1011101 1100

Color Harmonies of #310239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310239

Black with #310239

Text Example


Text Example

White with #310239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310239; }

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

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

background-color css

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

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

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

border-color css

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

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

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