Html Css Color HEX #310B3D Blackcurrant

📋 copy color: '#310B3D'

red 49 ◦ green 11 ◦ blue 61

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

Shades of Blackcurrant #310B3D

Tints of Blackcurrant #310B3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 50.41%

R = 40.5%
G = 9.09%
B = 50.41%

CMYK

 C value IS 0.20

 M value IS 0.82

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#310B3D (or 0x310B3D) is known color: Blackcurrant. HEX triplet: 31, 0B and 3D. RGB value is (49,11,61). Sum of RGB (Red+Green+Blue) = 49+11+61=121 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.50% from 121); Green value is 11 (4.69% from 255 or 9.09% from 121); Blue value is 61 (24.22% from 255 or 50.41% from 121); Max value from RGB is 61 - color contains mainly: blue. Hex color #310B3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310B3D is #CEF4C2. Grayscale: #1B1B1B. Windows color (decimal): -13563075 or 4000561. OLE color: 4000561.

HSL color Cylindrical-coordinate representation of color #310B3D: hue angle of 285.6º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #310B3D is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 49 11 61 -
CMYK 0.20 0.82 0 0.76
HSL 285.6º 0.69% 0.14% -
HSV(B) 285.6º 0.82% 0.24% -
XYZ 2.23 1.23 4.53 -
YUV 28.06 146.59 142.93 -
System Red Green Blue C M Y K H S L
Decimal 49 11 61 0.20 0.82 0 0.76 285.6 0.69 0.14
Hex 31 B 3D 14 52 0 4C 11E 45 E
Octal 61 13 75 24 122 0 114 436 105 16
Binary 110001 1011 111101 10100 1010010 0 1001100 100011110 1000101 1110

Color Harmonies of #310B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310B3D

Black with #310B3D

Text Example


Text Example

White with #310B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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