Html Css Color HEX #312738 Blackcurrant

📋 copy color: '#312738'

red 49 ◦ green 39 ◦ blue 56

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

Shades of Blackcurrant #312738

Tints of Blackcurrant #312738

RGB

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

 GREEN value IS 39 (15.63% from 255) = 27.08%

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

R = 34.03%
G = 27.08%
B = 38.89%

CMYK

 C value IS 0.12

 M value IS 0.30

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#312738 (or 0x312738) is known color: Blackcurrant. HEX triplet: 31, 27 and 38. RGB value is (49,39,56). Sum of RGB (Red+Green+Blue) = 49+39+56=144 (19% of max value = 765). Red value is 49 (19.53% from 255 or 34.03% from 144); Green value is 39 (15.62% from 255 or 27.08% from 144); Blue value is 56 (22.27% from 255 or 38.89% from 144); Max value from RGB is 56 - color contains mainly: blue. Hex color #312738 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312738 is #CED8C7. Grayscale: #2B2B2B. Windows color (decimal): -13555912 or 3680049. OLE color: 3680049.

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

Color convert

RGB 49 39 56 -
CMYK 0.12 0.30 0 0.78
HSL 275.29º 0.18% 0.19% -
HSV(B) 275.29º 0.3% 0.22% -
XYZ 2.71 2.39 4.06 -
YUV 43.93 134.81 131.62 -
System Red Green Blue C M Y K H S L
Decimal 49 39 56 0.12 0.30 0 0.78 275.29 0.18 0.19
Hex 31 27 38 C 1E 0 4E 113 12 13
Octal 61 47 70 14 36 0 116 423 22 23
Binary 110001 100111 111000 1100 11110 0 1001110 100010011 10010 10011

Color Harmonies of #312738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312738

Black with #312738

Text Example


Text Example

White with #312738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312738; }

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

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

background-color css

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

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

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

border-color css

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

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

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