Html Css Color HEX #311041 Blackcurrant

📋 copy color: '#311041'

red 49 ◦ green 16 ◦ blue 65

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

Shades of Blackcurrant #311041

Tints of Blackcurrant #311041

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.31%

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

R = 37.69%
G = 12.31%
B = 50%

CMYK

 C value IS 0.25

 M value IS 0.75

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#311041 (or 0x311041) is known color: Blackcurrant. HEX triplet: 31, 10 and 41. RGB value is (49,16,65). Sum of RGB (Red+Green+Blue) = 49+16+65=130 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.69% from 130); Green value is 16 (6.64% from 255 or 12.31% from 130); Blue value is 65 (25.78% from 255 or 50% from 130); Max value from RGB is 65 - color contains mainly: blue. Hex color #311041 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311041 is #CEEFBE. Grayscale: #1F1F1F. Windows color (decimal): -13561791 or 4263985. OLE color: 4263985.

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

Color convert

RGB 49 16 65 -
CMYK 0.25 0.75 0 0.75
HSL 280.41º 0.6% 0.16% -
HSV(B) 280.41º 0.75% 0.25% -
XYZ 2.41 1.41 5.15 -
YUV 31.45 146.93 140.52 -
System Red Green Blue C M Y K H S L
Decimal 49 16 65 0.25 0.75 0 0.75 280.41 0.6 0.16
Hex 31 10 41 19 4B 0 4B 118 3C 10
Octal 61 20 101 31 113 0 113 430 74 20
Binary 110001 10000 1000001 11001 1001011 0 1001011 100011000 111100 10000

Color Harmonies of #311041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311041

Black with #311041

Text Example


Text Example

White with #311041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311041; }

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

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

background-color css

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

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

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

border-color css

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

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

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