Html Css Color HEX #310352 Blackcurrant

📋 copy color: '#310352'

red 49 ◦ green 3 ◦ blue 82

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

Shades of Blackcurrant #310352

Tints of Blackcurrant #310352

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.24%

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

R = 36.57%
G = 2.24%
B = 61.19%

CMYK

 C value IS 0.40

 M value IS 0.96

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#310352 (or 0x310352) is known color: Blackcurrant. HEX triplet: 31, 03 and 52. RGB value is (49,3,82). Sum of RGB (Red+Green+Blue) = 49+3+82=134 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.57% from 134); Green value is 3 (1.56% from 255 or 2.24% from 134); Blue value is 82 (32.42% from 255 or 61.19% from 134); Max value from RGB is 82 - color contains mainly: blue. Hex color #310352 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310352 is #CEFCAD. Grayscale: #191919. Windows color (decimal): -13565102 or 5374769. OLE color: 5374769.

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

Color convert

RGB 49 3 82 -
CMYK 0.40 0.96 0 0.68
HSL 274.94º 0.93% 0.17% -
HSV(B) 274.94º 0.96% 0.32% -
XYZ 2.82 1.33 8.09 -
YUV 25.76 159.74 144.58 -
System Red Green Blue C M Y K H S L
Decimal 49 3 82 0.40 0.96 0 0.68 274.94 0.93 0.17
Hex 31 3 52 28 60 0 44 113 5D 11
Octal 61 3 122 50 140 0 104 423 135 21
Binary 110001 11 1010010 101000 1100000 0 1000100 100010011 1011101 10001

Color Harmonies of #310352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310352

Black with #310352

Text Example


Text Example

White with #310352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310352; }

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

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

background-color css

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

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

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

border-color css

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

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

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