Html Css Color HEX #312938 Blackcurrant

📋 copy color: '#312938'

red 49 ◦ green 41 ◦ blue 56

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

Shades of Blackcurrant #312938

Tints of Blackcurrant #312938

RGB

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

 GREEN value IS 41 (16.41% from 255) = 28.08%

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

R = 33.56%
G = 28.08%
B = 38.36%

CMYK

 C value IS 0.12

 M value IS 0.27

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#312938 (or 0x312938) is known color: Blackcurrant. HEX triplet: 31, 29 and 38. RGB value is (49,41,56). Sum of RGB (Red+Green+Blue) = 49+41+56=146 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.56% from 146); Green value is 41 (16.41% from 255 or 28.08% from 146); Blue value is 56 (22.27% from 255 or 38.36% from 146); Max value from RGB is 56 - color contains mainly: blue. Hex color #312938 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312938 is #CED6C7. Grayscale: #2D2D2D. Windows color (decimal): -13555400 or 3680561. OLE color: 3680561.

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

Color convert

RGB 49 41 56 -
CMYK 0.12 0.27 0 0.78
HSL 272º 0.15% 0.19% -
HSV(B) 272º 0.27% 0.22% -
XYZ 2.77 2.52 4.08 -
YUV 45.1 134.15 130.78 -
System Red Green Blue C M Y K H S L
Decimal 49 41 56 0.12 0.27 0 0.78 272 0.15 0.19
Hex 31 29 38 C 1B 0 4E 110 F 13
Octal 61 51 70 14 33 0 116 420 17 23
Binary 110001 101001 111000 1100 11011 0 1001110 100010000 1111 10011

Color Harmonies of #312938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312938

Black with #312938

Text Example


Text Example

White with #312938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312938; }

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

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

background-color css

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

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

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

border-color css

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

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

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