Html Css Color HEX #310852 Blackcurrant

📋 copy color: '#310852'

red 49 ◦ green 8 ◦ blue 82

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

Shades of Blackcurrant #310852

Tints of Blackcurrant #310852

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.76%

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

R = 35.25%
G = 5.76%
B = 58.99%

CMYK

 C value IS 0.40

 M value IS 0.90

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#310852 (or 0x310852) is known color: Blackcurrant. HEX triplet: 31, 08 and 52. RGB value is (49,8,82). Sum of RGB (Red+Green+Blue) = 49+8+82=139 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.25% from 139); Green value is 8 (3.52% from 255 or 5.76% from 139); Blue value is 82 (32.42% from 255 or 58.99% from 139); Max value from RGB is 82 - color contains mainly: blue. Hex color #310852 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310852 is #CEF7AD. Grayscale: #1C1C1C. Windows color (decimal): -13563822 or 5376049. OLE color: 5376049.

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

Color convert

RGB 49 8 82 -
CMYK 0.40 0.90 0 0.68
HSL 273.24º 0.82% 0.18% -
HSV(B) 273.24º 0.9% 0.32% -
XYZ 2.88 1.44 8.11 -
YUV 28.7 158.08 142.48 -
System Red Green Blue C M Y K H S L
Decimal 49 8 82 0.40 0.90 0 0.68 273.24 0.82 0.18
Hex 31 8 52 28 5A 0 44 111 52 12
Octal 61 10 122 50 132 0 104 421 122 22
Binary 110001 1000 1010010 101000 1011010 0 1000100 100010001 1010010 10010

Color Harmonies of #310852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310852

Black with #310852

Text Example


Text Example

White with #310852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310852; }

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

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

background-color css

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

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

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

border-color css

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

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

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