Html Css Color HEX #312935 Blackcurrant

📋 copy color: '#312935'

red 49 ◦ green 41 ◦ blue 53

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

Shades of Blackcurrant #312935

Tints of Blackcurrant #312935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 37.06%

R = 34.27%
G = 28.67%
B = 37.06%

CMYK

 C value IS 0.08

 M value IS 0.23

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#312935 (or 0x312935) is known color: Blackcurrant. HEX triplet: 31, 29 and 35. RGB value is (49,41,53). Sum of RGB (Red+Green+Blue) = 49+41+53=143 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.27% from 143); Green value is 41 (16.41% from 255 or 28.67% from 143); Blue value is 53 (21.09% from 255 or 37.06% from 143); Max value from RGB is 53 - color contains mainly: blue. Hex color #312935 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312935 is #CED6CA. Grayscale: #2C2C2C. Windows color (decimal): -13555403 or 3483953. OLE color: 3483953.

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

Color convert

RGB 49 41 53 -
CMYK 0.08 0.23 0 0.79
HSL 280º 0.13% 0.18% -
HSV(B) 280º 0.23% 0.21% -
XYZ 2.7 2.5 3.71 -
YUV 44.76 132.65 131.02 -
System Red Green Blue C M Y K H S L
Decimal 49 41 53 0.08 0.23 0 0.79 280 0.13 0.18
Hex 31 29 35 8 17 0 4F 118 D 12
Octal 61 51 65 10 27 0 117 430 15 22
Binary 110001 101001 110101 1000 10111 0 1001111 100011000 1101 10010

Color Harmonies of #312935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312935

Black with #312935

Text Example


Text Example

White with #312935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312935; }

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

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

background-color css

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

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

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

border-color css

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

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

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