Html Css Color HEX #311648 Blackcurrant

📋 copy color: '#311648'

red 49 ◦ green 22 ◦ blue 72

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

Shades of Blackcurrant #311648

Tints of Blackcurrant #311648

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.38%

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

R = 34.27%
G = 15.38%
B = 50.35%

CMYK

 C value IS 0.32

 M value IS 0.69

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#311648 (or 0x311648) is known color: Blackcurrant. HEX triplet: 31, 16 and 48. RGB value is (49,22,72). Sum of RGB (Red+Green+Blue) = 49+22+72=143 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.27% from 143); Green value is 22 (8.98% from 255 or 15.38% from 143); Blue value is 72 (28.52% from 255 or 50.35% from 143); Max value from RGB is 72 - color contains mainly: blue. Hex color #311648 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311648 is #CEE9B7. Grayscale: #232323. Windows color (decimal): -13560248 or 4724273. OLE color: 4724273.

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

Color convert

RGB 49 22 72 -
CMYK 0.32 0.69 0 0.72
HSL 272.4º 0.53% 0.18% -
HSV(B) 272.4º 0.69% 0.28% -
XYZ 2.72 1.69 6.31 -
YUV 35.77 148.45 137.43 -
System Red Green Blue C M Y K H S L
Decimal 49 22 72 0.32 0.69 0 0.72 272.4 0.53 0.18
Hex 31 16 48 20 45 0 48 110 35 12
Octal 61 26 110 40 105 0 110 420 65 22
Binary 110001 10110 1001000 100000 1000101 0 1001000 100010000 110101 10010

Color Harmonies of #311648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311648

Black with #311648

Text Example


Text Example

White with #311648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311648; }

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

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

background-color css

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

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

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

border-color css

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

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

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