Html Css Color HEX #310052 Blackcurrant

📋 copy color: '#310052'

red 49 ◦ green 0 ◦ blue 82

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

Shades of Blackcurrant #310052

Tints of Blackcurrant #310052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 62.6%

R = 37.4%
G = 0%
B = 62.6%

CMYK

 C value IS 0.40

 M value IS 1

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#310052 (or 0x310052) is known color: Blackcurrant. HEX triplet: 31, 00 and 52. RGB value is (49,0,82). Sum of RGB (Red+Green+Blue) = 49+0+82=131 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.40% from 131); Green value is 0 (0.39% from 255 or 0% from 131); Blue value is 82 (32.42% from 255 or 62.60% from 131); Max value from RGB is 82 - color contains mainly: blue. Hex color #310052 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310052 is #CEFFAD. Grayscale: #171717. Windows color (decimal): -13565870 or 5374001. OLE color: 5374001.

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

Color convert

RGB 49 0 82 -
CMYK 0.40 1 0 0.68
HSL 275.85º 1% 0.16% -
HSV(B) 275.85º 1% 0.32% -
XYZ 2.79 1.26 8.08 -
YUV 24 160.73 145.83 -
System Red Green Blue C M Y K H S L
Decimal 49 0 82 0.40 1 0 0.68 275.85 1 0.16
Hex 31 0 52 28 64 0 44 114 64 10
Octal 61 0 122 50 144 0 104 424 144 20
Binary 110001 0 1010010 101000 1100100 0 1000100 100010100 1100100 10000

Color Harmonies of #310052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310052

Black with #310052

Text Example


Text Example

White with #310052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310052; }

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

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

background-color css

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

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

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

border-color css

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

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

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