Html Css Color HEX #310136 Blackcurrant

📋 copy color: '#310136'

red 49 ◦ green 1 ◦ blue 54

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

Shades of Blackcurrant #310136

Tints of Blackcurrant #310136

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.96%

 BLUE value IS 54 (21.48% from 255) = 51.92%

R = 47.12%
G = 0.96%
B = 51.92%

CMYK

 C value IS 0.09

 M value IS 0.98

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#310136 (or 0x310136) is known color: Blackcurrant. HEX triplet: 31, 01 and 36. RGB value is (49,1,54). Sum of RGB (Red+Green+Blue) = 49+1+54=104 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.12% from 104); Green value is 1 (0.78% from 255 or 0.96% from 104); Blue value is 54 (21.48% from 255 or 51.92% from 104); Max value from RGB is 54 - color contains mainly: blue. Hex color #310136 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310136 is #CEFEC9. Grayscale: #151515. Windows color (decimal): -13565642 or 3539249. OLE color: 3539249.

HSL color Cylindrical-coordinate representation of color #310136: hue angle of 294.34º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #310136 is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 49 1 54 -
CMYK 0.09 0.98 0 0.79
HSL 294.34º 0.96% 0.11% -
HSV(B) 294.34º 0.98% 0.21% -
XYZ 1.94 0.94 3.57 -
YUV 21.39 146.4 147.69 -
System Red Green Blue C M Y K H S L
Decimal 49 1 54 0.09 0.98 0 0.79 294.34 0.96 0.11
Hex 31 1 36 9 62 0 4F 126 60 B
Octal 61 1 66 11 142 0 117 446 140 13
Binary 110001 1 110110 1001 1100010 0 1001111 100100110 1100000 1011

Color Harmonies of #310136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310136

Black with #310136

Text Example


Text Example

White with #310136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310136; }

 p { color: rgb(49,1,54); }

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

background-color css

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

 a { background-color: rgb(49,1,54); }

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

border-color css

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

 span { border-color: rgb(49,1,54); }

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