Html Css Color HEX #310B39 Blackcurrant

📋 copy color: '#310B39'

red 49 ◦ green 11 ◦ blue 57

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

Shades of Blackcurrant #310B39

Tints of Blackcurrant #310B39

RGB

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

 GREEN value IS 11 (4.69% from 255) = 9.4%

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

R = 41.88%
G = 9.4%
B = 48.72%

CMYK

 C value IS 0.14

 M value IS 0.81

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#310B39 (or 0x310B39) is known color: Blackcurrant. HEX triplet: 31, 0B and 39. RGB value is (49,11,57). Sum of RGB (Red+Green+Blue) = 49+11+57=117 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.88% from 117); Green value is 11 (4.69% from 255 or 9.40% from 117); Blue value is 57 (22.66% from 255 or 48.72% from 117); Max value from RGB is 57 - color contains mainly: blue. Hex color #310B39 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310B39 is #CEF4C6. Grayscale: #1B1B1B. Windows color (decimal): -13563079 or 3738417. OLE color: 3738417.

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

Color convert

RGB 49 11 57 -
CMYK 0.14 0.81 0 0.78
HSL 289.57º 0.68% 0.13% -
HSV(B) 289.57º 0.81% 0.22% -
XYZ 2.12 1.19 3.99 -
YUV 27.61 144.59 143.26 -
System Red Green Blue C M Y K H S L
Decimal 49 11 57 0.14 0.81 0 0.78 289.57 0.68 0.13
Hex 31 B 39 E 51 0 4E 122 44 D
Octal 61 13 71 16 121 0 116 442 104 15
Binary 110001 1011 111001 1110 1010001 0 1001110 100100010 1000100 1101

Color Harmonies of #310B39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310B39

Black with #310B39

Text Example


Text Example

White with #310B39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310B39; }

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

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

background-color css

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

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

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

border-color css

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

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

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