Html Css Color HEX #310143 Blackcurrant

📋 copy color: '#310143'

red 49 ◦ green 1 ◦ blue 67

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

Shades of Blackcurrant #310143

Tints of Blackcurrant #310143

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.85%

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

R = 41.88%
G = 0.85%
B = 57.26%

CMYK

 C value IS 0.27

 M value IS 0.99

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#310143 (or 0x310143) is known color: Blackcurrant. HEX triplet: 31, 01 and 43. RGB value is (49,1,67). Sum of RGB (Red+Green+Blue) = 49+1+67=117 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.88% from 117); Green value is 1 (0.78% from 255 or 0.85% from 117); Blue value is 67 (26.56% from 255 or 57.26% from 117); Max value from RGB is 67 - color contains mainly: blue. Hex color #310143 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310143 is #CEFEBC. Grayscale: #161616. Windows color (decimal): -13565629 or 4391217. OLE color: 4391217.

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

Color convert

RGB 49 1 67 -
CMYK 0.27 0.99 0 0.74
HSL 283.64º 0.97% 0.13% -
HSV(B) 283.64º 0.99% 0.26% -
XYZ 2.29 1.08 5.4 -
YUV 22.88 152.9 146.63 -
System Red Green Blue C M Y K H S L
Decimal 49 1 67 0.27 0.99 0 0.74 283.64 0.97 0.13
Hex 31 1 43 1B 63 0 4A 11C 61 D
Octal 61 1 103 33 143 0 112 434 141 15
Binary 110001 1 1000011 11011 1100011 0 1001010 100011100 1100001 1101

Color Harmonies of #310143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310143

Black with #310143

Text Example


Text Example

White with #310143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310143; }

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

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

background-color css

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

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

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

border-color css

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

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

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