Html Css Color HEX #311948 Blackcurrant

📋 copy color: '#311948'

red 49 ◦ green 25 ◦ blue 72

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

Shades of Blackcurrant #311948

Tints of Blackcurrant #311948

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 49.32%

R = 33.56%
G = 17.12%
B = 49.32%

CMYK

 C value IS 0.32

 M value IS 0.65

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#311948 (or 0x311948) is known color: Blackcurrant. HEX triplet: 31, 19 and 48. RGB value is (49,25,72). Sum of RGB (Red+Green+Blue) = 49+25+72=146 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.56% from 146); Green value is 25 (10.16% from 255 or 17.12% from 146); Blue value is 72 (28.52% from 255 or 49.32% from 146); Max value from RGB is 72 - color contains mainly: blue. Hex color #311948 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311948 is #CEE6B7. Grayscale: #252525. Windows color (decimal): -13559480 or 4725041. OLE color: 4725041.

HSL color Cylindrical-coordinate representation of color #311948: hue angle of 270.64º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #311948 is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 49 25 72 -
CMYK 0.32 0.65 0 0.72
HSL 270.64º 0.48% 0.19% -
HSV(B) 270.64º 0.65% 0.28% -
XYZ 2.78 1.82 6.33 -
YUV 37.53 147.45 136.18 -
System Red Green Blue C M Y K H S L
Decimal 49 25 72 0.32 0.65 0 0.72 270.64 0.48 0.19
Hex 31 19 48 20 41 0 48 10F 30 13
Octal 61 31 110 40 101 0 110 417 60 23
Binary 110001 11001 1001000 100000 1000001 0 1001000 100001111 110000 10011

Color Harmonies of #311948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311948

Black with #311948

Text Example


Text Example

White with #311948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311948; }

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

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

background-color css

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

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

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

border-color css

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

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

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