Html Css Color HEX #310138 Blackcurrant

📋 copy color: '#310138'

red 49 ◦ green 1 ◦ blue 56

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

Shades of Blackcurrant #310138

Tints of Blackcurrant #310138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 52.83%

R = 46.23%
G = 0.94%
B = 52.83%

CMYK

 C value IS 0.12

 M value IS 0.98

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#310138 (or 0x310138) is known color: Blackcurrant. HEX triplet: 31, 01 and 38. RGB value is (49,1,56). Sum of RGB (Red+Green+Blue) = 49+1+56=106 (14% of max value = 765). Red value is 49 (19.53% from 255 or 46.23% from 106); Green value is 1 (0.78% from 255 or 0.94% from 106); Blue value is 56 (22.27% from 255 or 52.83% from 106); Max value from RGB is 56 - color contains mainly: blue. Hex color #310138 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310138 is #CEFEC7. Grayscale: #151515. Windows color (decimal): -13565640 or 3670321. OLE color: 3670321.

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

Color convert

RGB 49 1 56 -
CMYK 0.12 0.98 0 0.78
HSL 292.36º 0.96% 0.11% -
HSV(B) 292.36º 0.98% 0.22% -
XYZ 1.99 0.96 3.82 -
YUV 21.62 147.4 147.53 -
System Red Green Blue C M Y K H S L
Decimal 49 1 56 0.12 0.98 0 0.78 292.36 0.96 0.11
Hex 31 1 38 C 62 0 4E 124 60 B
Octal 61 1 70 14 142 0 116 444 140 13
Binary 110001 1 111000 1100 1100010 0 1001110 100100100 1100000 1011

Color Harmonies of #310138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310138

Black with #310138

Text Example


Text Example

White with #310138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310138; }

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

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

background-color css

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

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

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

border-color css

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

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

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