Html Css Color HEX #310654 Blackcurrant

📋 copy color: '#310654'

red 49 ◦ green 6 ◦ blue 84

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

Shades of Blackcurrant #310654

Tints of Blackcurrant #310654

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.32%

 BLUE value IS 84 (33.2% from 255) = 60.43%

R = 35.25%
G = 4.32%
B = 60.43%

CMYK

 C value IS 0.42

 M value IS 0.93

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#310654 (or 0x310654) is known color: Blackcurrant. HEX triplet: 31, 06 and 54. RGB value is (49,6,84). Sum of RGB (Red+Green+Blue) = 49+6+84=139 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.25% from 139); Green value is 6 (2.73% from 255 or 4.32% from 139); Blue value is 84 (33.20% from 255 or 60.43% from 139); Max value from RGB is 84 - color contains mainly: blue. Hex color #310654 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310654 is #CEF9AB. Grayscale: #1B1B1B. Windows color (decimal): -13564332 or 5506609. OLE color: 5506609.

HSL color Cylindrical-coordinate representation of color #310654: hue angle of 273.08º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #310654 is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 6 84 -
CMYK 0.42 0.93 0 0.67
HSL 273.08º 0.87% 0.18% -
HSV(B) 273.08º 0.93% 0.33% -
XYZ 2.93 1.42 8.51 -
YUV 27.75 159.75 143.16 -
System Red Green Blue C M Y K H S L
Decimal 49 6 84 0.42 0.93 0 0.67 273.08 0.87 0.18
Hex 31 6 54 2A 5D 0 43 111 57 12
Octal 61 6 124 52 135 0 103 421 127 22
Binary 110001 110 1010100 101010 1011101 0 1000011 100010001 1010111 10010

Color Harmonies of #310654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310654

Black with #310654

Text Example


Text Example

White with #310654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310654; }

 p { color: rgb(49,6,84); }

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

background-color css

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

 a { background-color: rgb(49,6,84); }

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

border-color css

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

 span { border-color: rgb(49,6,84); }

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