Html Css Color HEX #310248 Blackcurrant

📋 copy color: '#310248'

red 49 ◦ green 2 ◦ blue 72

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

Shades of Blackcurrant #310248

Tints of Blackcurrant #310248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 58.54%

R = 39.84%
G = 1.63%
B = 58.54%

CMYK

 C value IS 0.32

 M value IS 0.97

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#310248 (or 0x310248) is known color: Blackcurrant. HEX triplet: 31, 02 and 48. RGB value is (49,2,72). Sum of RGB (Red+Green+Blue) = 49+2+72=123 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.84% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 72 (28.52% from 255 or 58.54% from 123); Max value from RGB is 72 - color contains mainly: blue. Hex color #310248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310248 is #CEFDB7. Grayscale: #171717. Windows color (decimal): -13565368 or 4719153. OLE color: 4719153.

HSL color Cylindrical-coordinate representation of color #310248: hue angle of 280.29º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #310248 is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 49 2 72 -
CMYK 0.32 0.97 0 0.72
HSL 280.29º 0.95% 0.15% -
HSV(B) 280.29º 0.97% 0.28% -
XYZ 2.46 1.16 6.23 -
YUV 24.03 155.07 145.81 -
System Red Green Blue C M Y K H S L
Decimal 49 2 72 0.32 0.97 0 0.72 280.29 0.95 0.15
Hex 31 2 48 20 61 0 48 118 5F F
Octal 61 2 110 40 141 0 110 430 137 17
Binary 110001 10 1001000 100000 1100001 0 1001000 100011000 1011111 1111

Color Harmonies of #310248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310248

Black with #310248

Text Example


Text Example

White with #310248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310248; }

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

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

background-color css

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

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

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

border-color css

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

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

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