Html Css Color HEX #312834 Blackcurrant

📋 copy color: '#312834'

red 49 ◦ green 40 ◦ blue 52

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

Shades of Blackcurrant #312834

Tints of Blackcurrant #312834

RGB

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

 GREEN value IS 40 (16.02% from 255) = 28.37%

 BLUE value IS 52 (20.7% from 255) = 36.88%

R = 34.75%
G = 28.37%
B = 36.88%

CMYK

 C value IS 0.06

 M value IS 0.23

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#312834 (or 0x312834) is known color: Blackcurrant. HEX triplet: 31, 28 and 34. RGB value is (49,40,52). Sum of RGB (Red+Green+Blue) = 49+40+52=141 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.75% from 141); Green value is 40 (16.02% from 255 or 28.37% from 141); Blue value is 52 (20.70% from 255 or 36.88% from 141); Max value from RGB is 52 - color contains mainly: blue. Hex color #312834 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312834 is #CED7CB. Grayscale: #2C2C2C. Windows color (decimal): -13555660 or 3418161. OLE color: 3418161.

HSL color Cylindrical-coordinate representation of color #312834: hue angle of 285º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #312834 is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 49 40 52 -
CMYK 0.06 0.23 0 0.80
HSL 285º 0.13% 0.18% -
HSV(B) 285º 0.23% 0.2% -
XYZ 2.65 2.42 3.58 -
YUV 44.06 132.48 131.52 -
System Red Green Blue C M Y K H S L
Decimal 49 40 52 0.06 0.23 0 0.80 285 0.13 0.18
Hex 31 28 34 6 17 0 50 11D D 12
Octal 61 50 64 6 27 0 120 435 15 22
Binary 110001 101000 110100 110 10111 0 1010000 100011101 1101 10010

Color Harmonies of #312834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312834

Black with #312834

Text Example


Text Example

White with #312834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312834; }

 p { color: rgb(49,40,52); }

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

background-color css

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

 a { background-color: rgb(49,40,52); }

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

border-color css

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

 span { border-color: rgb(49,40,52); }

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