Html Css Color HEX #310B47 Blackcurrant

📋 copy color: '#310B47'

red 49 ◦ green 11 ◦ blue 71

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

Shades of Blackcurrant #310B47

Tints of Blackcurrant #310B47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 54.2%

R = 37.4%
G = 8.4%
B = 54.2%

CMYK

 C value IS 0.31

 M value IS 0.85

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#310B47 (or 0x310B47) is known color: Blackcurrant. HEX triplet: 31, 0B and 47. RGB value is (49,11,71). Sum of RGB (Red+Green+Blue) = 49+11+71=131 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.40% from 131); Green value is 11 (4.69% from 255 or 8.40% from 131); Blue value is 71 (28.12% from 255 or 54.20% from 131); Max value from RGB is 71 - color contains mainly: blue. Hex color #310B47 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310B47 is #CEF4B8. Grayscale: #1C1C1C. Windows color (decimal): -13563065 or 4655921. OLE color: 4655921.

HSL color Cylindrical-coordinate representation of color #310B47: hue angle of 278º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #310B47 is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 49 11 71 -
CMYK 0.31 0.85 0 0.72
HSL 278º 0.73% 0.16% -
HSV(B) 278º 0.85% 0.28% -
XYZ 2.52 1.35 6.09 -
YUV 29.2 151.59 142.12 -
System Red Green Blue C M Y K H S L
Decimal 49 11 71 0.31 0.85 0 0.72 278 0.73 0.16
Hex 31 B 47 1F 55 0 48 116 49 10
Octal 61 13 107 37 125 0 110 426 111 20
Binary 110001 1011 1000111 11111 1010101 0 1001000 100010110 1001001 10000

Color Harmonies of #310B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310B47

Black with #310B47

Text Example


Text Example

White with #310B47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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