Html Css Color HEX #310245 Blackcurrant

📋 copy color: '#310245'

red 49 ◦ green 2 ◦ blue 69

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

Shades of Blackcurrant #310245

Tints of Blackcurrant #310245

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.67%

 BLUE value IS 69 (27.34% from 255) = 57.5%

R = 40.83%
G = 1.67%
B = 57.5%

CMYK

 C value IS 0.29

 M value IS 0.97

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#310245 (or 0x310245) is known color: Blackcurrant. HEX triplet: 31, 02 and 45. RGB value is (49,2,69). Sum of RGB (Red+Green+Blue) = 49+2+69=120 (15% of max value = 765). Red value is 49 (19.53% from 255 or 40.83% from 120); Green value is 2 (1.17% from 255 or 1.67% from 120); Blue value is 69 (27.34% from 255 or 57.5% from 120); Max value from RGB is 69 - color contains mainly: blue. Hex color #310245 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310245 is #CEFDBA. Grayscale: #171717. Windows color (decimal): -13565371 or 4522545. OLE color: 4522545.

HSL color Cylindrical-coordinate representation of color #310245: hue angle of 282.09º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #310245 is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 49 2 69 -
CMYK 0.29 0.97 0 0.73
HSL 282.09º 0.94% 0.14% -
HSV(B) 282.09º 0.97% 0.27% -
XYZ 2.36 1.13 5.72 -
YUV 23.69 153.57 146.05 -
System Red Green Blue C M Y K H S L
Decimal 49 2 69 0.29 0.97 0 0.73 282.09 0.94 0.14
Hex 31 2 45 1D 61 0 49 11A 5E E
Octal 61 2 105 35 141 0 111 432 136 16
Binary 110001 10 1000101 11101 1100001 0 1001001 100011010 1011110 1110

Color Harmonies of #310245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310245

Black with #310245

Text Example


Text Example

White with #310245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310245; }

 p { color: rgb(49,2,69); }

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

background-color css

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

 a { background-color: rgb(49,2,69); }

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

border-color css

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

 span { border-color: rgb(49,2,69); }

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