Html Css Color HEX #310451 Blackcurrant

📋 copy color: '#310451'

red 49 ◦ green 4 ◦ blue 81

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

Shades of Blackcurrant #310451

Tints of Blackcurrant #310451

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.99%

 BLUE value IS 81 (32.03% from 255) = 60.45%

R = 36.57%
G = 2.99%
B = 60.45%

CMYK

 C value IS 0.40

 M value IS 0.95

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#310451 (or 0x310451) is known color: Blackcurrant. HEX triplet: 31, 04 and 51. RGB value is (49,4,81). Sum of RGB (Red+Green+Blue) = 49+4+81=134 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.57% from 134); Green value is 4 (1.95% from 255 or 2.99% from 134); Blue value is 81 (32.03% from 255 or 60.45% from 134); Max value from RGB is 81 - color contains mainly: blue. Hex color #310451 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310451 is #CEFBAE. Grayscale: #191919. Windows color (decimal): -13564847 or 5309489. OLE color: 5309489.

HSL color Cylindrical-coordinate representation of color #310451: hue angle of 275.06º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #310451 is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 49 4 81 -
CMYK 0.40 0.95 0 0.68
HSL 275.06º 0.91% 0.17% -
HSV(B) 275.06º 0.95% 0.32% -
XYZ 2.8 1.33 7.89 -
YUV 26.23 158.91 144.24 -
System Red Green Blue C M Y K H S L
Decimal 49 4 81 0.40 0.95 0 0.68 275.06 0.91 0.17
Hex 31 4 51 28 5F 0 44 113 5B 11
Octal 61 4 121 50 137 0 104 423 133 21
Binary 110001 100 1010001 101000 1011111 0 1000100 100010011 1011011 10001

Color Harmonies of #310451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310451

Black with #310451

Text Example


Text Example

White with #310451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310451; }

 p { color: rgb(49,4,81); }

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

background-color css

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

 a { background-color: rgb(49,4,81); }

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

border-color css

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

 span { border-color: rgb(49,4,81); }

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