Html Css Color HEX #310336 Blackcurrant

📋 copy color: '#310336'

red 49 ◦ green 3 ◦ blue 54

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

Shades of Blackcurrant #310336

Tints of Blackcurrant #310336

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.83%

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

R = 46.23%
G = 2.83%
B = 50.94%

CMYK

 C value IS 0.09

 M value IS 0.94

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#310336 (or 0x310336) is known color: Blackcurrant. HEX triplet: 31, 03 and 36. RGB value is (49,3,54). Sum of RGB (Red+Green+Blue) = 49+3+54=106 (14% of max value = 765). Red value is 49 (19.53% from 255 or 46.23% from 106); Green value is 3 (1.56% from 255 or 2.83% from 106); Blue value is 54 (21.48% from 255 or 50.94% from 106); Max value from RGB is 54 - color contains mainly: blue. Hex color #310336 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310336 is #CEFCC9. Grayscale: #161616. Windows color (decimal): -13565130 or 3539761. OLE color: 3539761.

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

Color convert

RGB 49 3 54 -
CMYK 0.09 0.94 0 0.79
HSL 294.12º 0.89% 0.11% -
HSV(B) 294.12º 0.94% 0.21% -
XYZ 1.97 0.98 3.58 -
YUV 22.57 145.74 146.85 -
System Red Green Blue C M Y K H S L
Decimal 49 3 54 0.09 0.94 0 0.79 294.12 0.89 0.11
Hex 31 3 36 9 5E 0 4F 126 59 B
Octal 61 3 66 11 136 0 117 446 131 13
Binary 110001 11 110110 1001 1011110 0 1001111 100100110 1011001 1011

Color Harmonies of #310336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310336

Black with #310336

Text Example


Text Example

White with #310336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310336; }

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

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

background-color css

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

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

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

border-color css

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

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

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