Html Css Color HEX #311543 Blackcurrant

📋 copy color: '#311543'

red 49 ◦ green 21 ◦ blue 67

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

Shades of Blackcurrant #311543

Tints of Blackcurrant #311543

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.33%

 BLUE value IS 67 (26.56% from 255) = 48.91%

R = 35.77%
G = 15.33%
B = 48.91%

CMYK

 C value IS 0.27

 M value IS 0.69

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#311543 (or 0x311543) is known color: Blackcurrant. HEX triplet: 31, 15 and 43. RGB value is (49,21,67). Sum of RGB (Red+Green+Blue) = 49+21+67=137 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.77% from 137); Green value is 21 (8.59% from 255 or 15.33% from 137); Blue value is 67 (26.56% from 255 or 48.91% from 137); Max value from RGB is 67 - color contains mainly: blue. Hex color #311543 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311543 is #CEEABC. Grayscale: #222222. Windows color (decimal): -13560509 or 4396337. OLE color: 4396337.

HSL color Cylindrical-coordinate representation of color #311543: hue angle of 276.52º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #311543 is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 49 21 67 -
CMYK 0.27 0.69 0 0.74
HSL 276.52º 0.52% 0.17% -
HSV(B) 276.52º 0.69% 0.26% -
XYZ 2.55 1.59 5.48 -
YUV 34.62 146.28 138.26 -
System Red Green Blue C M Y K H S L
Decimal 49 21 67 0.27 0.69 0 0.74 276.52 0.52 0.17
Hex 31 15 43 1B 45 0 4A 115 34 11
Octal 61 25 103 33 105 0 112 425 64 21
Binary 110001 10101 1000011 11011 1000101 0 1001010 100010101 110100 10001

Color Harmonies of #311543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311543

Black with #311543

Text Example


Text Example

White with #311543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311543; }

 p { color: rgb(49,21,67); }

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

background-color css

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

 a { background-color: rgb(49,21,67); }

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

border-color css

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

 span { border-color: rgb(49,21,67); }

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