Html Css Color HEX #312138 Blackcurrant

📋 copy color: '#312138'

red 49 ◦ green 33 ◦ blue 56

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

Shades of Blackcurrant #312138

Tints of Blackcurrant #312138

RGB

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

 GREEN value IS 33 (13.28% from 255) = 23.91%

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

R = 35.51%
G = 23.91%
B = 40.58%

CMYK

 C value IS 0.12

 M value IS 0.41

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#312138 (or 0x312138) is known color: Blackcurrant. HEX triplet: 31, 21 and 38. RGB value is (49,33,56). Sum of RGB (Red+Green+Blue) = 49+33+56=138 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.51% from 138); Green value is 33 (13.28% from 255 or 23.91% from 138); Blue value is 56 (22.27% from 255 or 40.58% from 138); Max value from RGB is 56 - color contains mainly: blue. Hex color #312138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312138 is #CEDEC7. Grayscale: #282828. Windows color (decimal): -13557448 or 3678513. OLE color: 3678513.

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

Color convert

RGB 49 33 56 -
CMYK 0.12 0.41 0 0.78
HSL 281.74º 0.26% 0.17% -
HSV(B) 281.74º 0.41% 0.22% -
XYZ 2.52 2.03 4 -
YUV 40.41 136.8 134.13 -
System Red Green Blue C M Y K H S L
Decimal 49 33 56 0.12 0.41 0 0.78 281.74 0.26 0.17
Hex 31 21 38 C 29 0 4E 11A 1A 11
Octal 61 41 70 14 51 0 116 432 32 21
Binary 110001 100001 111000 1100 101001 0 1001110 100011010 11010 10001

Color Harmonies of #312138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312138

Black with #312138

Text Example


Text Example

White with #312138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312138; }

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

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

background-color css

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

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

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

border-color css

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

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

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