Html Css Color HEX #311238 Blackcurrant

📋 copy color: '#311238'

red 49 ◦ green 18 ◦ blue 56

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

Shades of Blackcurrant #311238

Tints of Blackcurrant #311238

RGB

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

 GREEN value IS 18 (7.42% from 255) = 14.63%

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

R = 39.84%
G = 14.63%
B = 45.53%

CMYK

 C value IS 0.12

 M value IS 0.68

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#311238 (or 0x311238) is known color: Blackcurrant. HEX triplet: 31, 12 and 38. RGB value is (49,18,56). Sum of RGB (Red+Green+Blue) = 49+18+56=123 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.84% from 123); Green value is 18 (7.42% from 255 or 14.63% from 123); Blue value is 56 (22.27% from 255 or 45.53% from 123); Max value from RGB is 56 - color contains mainly: blue. Hex color #311238 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311238 is #CEEDC7. Grayscale: #1F1F1F. Windows color (decimal): -13561288 or 3674673. OLE color: 3674673.

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

Color convert

RGB 49 18 56 -
CMYK 0.12 0.68 0 0.78
HSL 288.95º 0.51% 0.15% -
HSV(B) 288.95º 0.68% 0.22% -
XYZ 2.2 1.37 3.89 -
YUV 31.6 141.77 140.41 -
System Red Green Blue C M Y K H S L
Decimal 49 18 56 0.12 0.68 0 0.78 288.95 0.51 0.15
Hex 31 12 38 C 44 0 4E 121 33 F
Octal 61 22 70 14 104 0 116 441 63 17
Binary 110001 10010 111000 1100 1000100 0 1001110 100100001 110011 1111

Color Harmonies of #311238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311238

Black with #311238

Text Example


Text Example

White with #311238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311238; }

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

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

background-color css

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

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

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

border-color css

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

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

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