Html Css Color HEX #311941 Blackcurrant

📋 copy color: '#311941'

red 49 ◦ green 25 ◦ blue 65

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

Shades of Blackcurrant #311941

Tints of Blackcurrant #311941

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.99%

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

R = 35.25%
G = 17.99%
B = 46.76%

CMYK

 C value IS 0.25

 M value IS 0.62

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#311941 (or 0x311941) is known color: Blackcurrant. HEX triplet: 31, 19 and 41. RGB value is (49,25,65). Sum of RGB (Red+Green+Blue) = 49+25+65=139 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.25% from 139); Green value is 25 (10.16% from 255 or 17.99% from 139); Blue value is 65 (25.78% from 255 or 46.76% from 139); Max value from RGB is 65 - color contains mainly: blue. Hex color #311941 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311941 is #CEE6BE. Grayscale: #242424. Windows color (decimal): -13559487 or 4266289. OLE color: 4266289.

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

Color convert

RGB 49 25 65 -
CMYK 0.25 0.62 0 0.75
HSL 276º 0.44% 0.18% -
HSV(B) 276º 0.62% 0.25% -
XYZ 2.57 1.73 5.2 -
YUV 36.74 143.95 136.75 -
System Red Green Blue C M Y K H S L
Decimal 49 25 65 0.25 0.62 0 0.75 276 0.44 0.18
Hex 31 19 41 19 3E 0 4B 114 2C 12
Octal 61 31 101 31 76 0 113 424 54 22
Binary 110001 11001 1000001 11001 111110 0 1001011 100010100 101100 10010

Color Harmonies of #311941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311941

Black with #311941

Text Example


Text Example

White with #311941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311941; }

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

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

background-color css

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

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

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

border-color css

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

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

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