Html Css Color HEX #312538 Blackcurrant

📋 copy color: '#312538'

red 49 ◦ green 37 ◦ blue 56

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

Shades of Blackcurrant #312538

Tints of Blackcurrant #312538

RGB

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

 GREEN value IS 37 (14.84% from 255) = 26.06%

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

R = 34.51%
G = 26.06%
B = 39.44%

CMYK

 C value IS 0.12

 M value IS 0.34

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#312538 (or 0x312538) is known color: Blackcurrant. HEX triplet: 31, 25 and 38. RGB value is (49,37,56). Sum of RGB (Red+Green+Blue) = 49+37+56=142 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.51% from 142); Green value is 37 (14.84% from 255 or 26.06% from 142); Blue value is 56 (22.27% from 255 or 39.44% from 142); Max value from RGB is 56 - color contains mainly: blue. Hex color #312538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312538 is #CEDAC7. Grayscale: #2A2A2A. Windows color (decimal): -13556424 or 3679537. OLE color: 3679537.

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

Color convert

RGB 49 37 56 -
CMYK 0.12 0.34 0 0.78
HSL 277.89º 0.2% 0.18% -
HSV(B) 277.89º 0.34% 0.22% -
XYZ 2.64 2.26 4.04 -
YUV 42.75 135.48 132.46 -
System Red Green Blue C M Y K H S L
Decimal 49 37 56 0.12 0.34 0 0.78 277.89 0.2 0.18
Hex 31 25 38 C 22 0 4E 116 14 12
Octal 61 45 70 14 42 0 116 426 24 22
Binary 110001 100101 111000 1100 100010 0 1001110 100010110 10100 10010

Color Harmonies of #312538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312538

Black with #312538

Text Example


Text Example

White with #312538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312538; }

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

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

background-color css

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

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

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

border-color css

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

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

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