Html Css Color HEX #310058 Blackcurrant

📋 copy color: '#310058'

red 49 ◦ green 0 ◦ blue 88

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

Shades of Blackcurrant #310058

Tints of Blackcurrant #310058

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 88 (34.77% from 255) = 64.23%

R = 35.77%
G = 0%
B = 64.23%

CMYK

 C value IS 0.44

 M value IS 1

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#310058 (or 0x310058) is known color: Blackcurrant. HEX triplet: 31, 00 and 58. RGB value is (49,0,88). Sum of RGB (Red+Green+Blue) = 49+0+88=137 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.77% from 137); Green value is 0 (0.39% from 255 or 0% from 137); Blue value is 88 (34.77% from 255 or 64.23% from 137); Max value from RGB is 88 - color contains mainly: blue. Hex color #310058 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310058 is #CEFFA7. Grayscale: #181818. Windows color (decimal): -13565864 or 5767217. OLE color: 5767217.

HSL color Cylindrical-coordinate representation of color #310058: hue angle of 273.41º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #310058 is Cyan = 0.44, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 49 0 88 -
CMYK 0.44 1 0 0.65
HSL 273.41º 1% 0.17% -
HSV(B) 273.41º 1% 0.35% -
XYZ 3.03 1.36 9.33 -
YUV 24.68 163.73 145.34 -
System Red Green Blue C M Y K H S L
Decimal 49 0 88 0.44 1 0 0.65 273.41 1 0.17
Hex 31 0 58 2C 64 0 41 111 64 11
Octal 61 0 130 54 144 0 101 421 144 21
Binary 110001 0 1011000 101100 1100100 0 1000001 100010001 1100100 10001

Color Harmonies of #310058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310058

Black with #310058

Text Example


Text Example

White with #310058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310058; }

 p { color: rgb(49,0,88); }

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

background-color css

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

 a { background-color: rgb(49,0,88); }

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

border-color css

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

 span { border-color: rgb(49,0,88); }

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