Html Css Color HEX #310C3D Blackcurrant

📋 copy color: '#310C3D'

red 49 ◦ green 12 ◦ blue 61

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

Shades of Blackcurrant #310C3D

Tints of Blackcurrant #310C3D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 9.84%

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

R = 40.16%
G = 9.84%
B = 50%

CMYK

 C value IS 0.20

 M value IS 0.80

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#310C3D (or 0x310C3D) is known color: Blackcurrant. HEX triplet: 31, 0C and 3D. RGB value is (49,12,61). Sum of RGB (Red+Green+Blue) = 49+12+61=122 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.16% from 122); Green value is 12 (5.08% from 255 or 9.84% from 122); Blue value is 61 (24.22% from 255 or 50% from 122); Max value from RGB is 61 - color contains mainly: blue. Hex color #310C3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310C3D is #CEF3C2. Grayscale: #1C1C1C. Windows color (decimal): -13562819 or 4000817. OLE color: 4000817.

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

Color convert

RGB 49 12 61 -
CMYK 0.20 0.80 0 0.76
HSL 285.31º 0.67% 0.14% -
HSV(B) 285.31º 0.8% 0.24% -
XYZ 2.24 1.25 4.54 -
YUV 28.65 146.26 142.52 -
System Red Green Blue C M Y K H S L
Decimal 49 12 61 0.20 0.80 0 0.76 285.31 0.67 0.14
Hex 31 C 3D 14 50 0 4C 11D 43 E
Octal 61 14 75 24 120 0 114 435 103 16
Binary 110001 1100 111101 10100 1010000 0 1001100 100011101 1000011 1110

Color Harmonies of #310C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310C3D

Black with #310C3D

Text Example


Text Example

White with #310C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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