Html Css Color HEX #310341 Blackcurrant

📋 copy color: '#310341'

red 49 ◦ green 3 ◦ blue 65

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

Shades of Blackcurrant #310341

Tints of Blackcurrant #310341

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.56%

 BLUE value IS 65 (25.78% from 255) = 55.56%

R = 41.88%
G = 2.56%
B = 55.56%

CMYK

 C value IS 0.25

 M value IS 0.95

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#310341 (or 0x310341) is known color: Blackcurrant. HEX triplet: 31, 03 and 41. RGB value is (49,3,65). Sum of RGB (Red+Green+Blue) = 49+3+65=117 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.88% from 117); Green value is 3 (1.56% from 255 or 2.56% from 117); Blue value is 65 (25.78% from 255 or 55.56% from 117); Max value from RGB is 65 - color contains mainly: blue. Hex color #310341 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310341 is #CEFCBE. Grayscale: #171717. Windows color (decimal): -13565119 or 4260657. OLE color: 4260657.

HSL color Cylindrical-coordinate representation of color #310341: hue angle of 284.52º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #310341 is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 49 3 65 -
CMYK 0.25 0.95 0 0.75
HSL 284.52º 0.91% 0.13% -
HSV(B) 284.52º 0.95% 0.25% -
XYZ 2.25 1.1 5.09 -
YUV 23.82 151.24 145.96 -
System Red Green Blue C M Y K H S L
Decimal 49 3 65 0.25 0.95 0 0.75 284.52 0.91 0.13
Hex 31 3 41 19 5F 0 4B 11D 5B D
Octal 61 3 101 31 137 0 113 435 133 15
Binary 110001 11 1000001 11001 1011111 0 1001011 100011101 1011011 1101

Color Harmonies of #310341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310341

Black with #310341

Text Example


Text Example

White with #310341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310341; }

 p { color: rgb(49,3,65); }

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

background-color css

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

 a { background-color: rgb(49,3,65); }

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

border-color css

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

 span { border-color: rgb(49,3,65); }

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