Html Css Color HEX #310D3B Blackcurrant

📋 copy color: '#310D3B'

red 49 ◦ green 13 ◦ blue 59

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

Shades of Blackcurrant #310D3B

Tints of Blackcurrant #310D3B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 10.74%

 BLUE value IS 59 (23.44% from 255) = 48.76%

R = 40.5%
G = 10.74%
B = 48.76%

CMYK

 C value IS 0.17

 M value IS 0.78

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#310D3B (or 0x310D3B) is known color: Blackcurrant. HEX triplet: 31, 0D and 3B. RGB value is (49,13,59). Sum of RGB (Red+Green+Blue) = 49+13+59=121 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.50% from 121); Green value is 13 (5.47% from 255 or 10.74% from 121); Blue value is 59 (23.44% from 255 or 48.76% from 121); Max value from RGB is 59 - color contains mainly: blue. Hex color #310D3B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310D3B is #CEF2C4. Grayscale: #1C1C1C. Windows color (decimal): -13562565 or 3870001. OLE color: 3870001.

HSL color Cylindrical-coordinate representation of color #310D3B: hue angle of 286.96º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #310D3B is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 49 13 59 -
CMYK 0.17 0.78 0 0.77
HSL 286.96º 0.64% 0.14% -
HSV(B) 286.96º 0.78% 0.23% -
XYZ 2.2 1.26 4.26 -
YUV 29.01 144.93 142.26 -
System Red Green Blue C M Y K H S L
Decimal 49 13 59 0.17 0.78 0 0.77 286.96 0.64 0.14
Hex 31 D 3B 11 4E 0 4D 11F 40 E
Octal 61 15 73 21 116 0 115 437 100 16
Binary 110001 1101 111011 10001 1001110 0 1001101 100011111 1000000 1110

Color Harmonies of #310D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310D3B

Black with #310D3B

Text Example


Text Example

White with #310D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,13,59); }

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

background-color css

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

 a { background-color: rgb(49,13,59); }

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

border-color css

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

 span { border-color: rgb(49,13,59); }

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