Html Css Color HEX #312735 Blackcurrant

📋 copy color: '#312735'

red 49 ◦ green 39 ◦ blue 53

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

Shades of Blackcurrant #312735

Tints of Blackcurrant #312735

RGB

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

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

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

R = 34.75%
G = 27.66%
B = 37.59%

CMYK

 C value IS 0.08

 M value IS 0.26

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#312735 (or 0x312735) is known color: Blackcurrant. HEX triplet: 31, 27 and 35. RGB value is (49,39,53). Sum of RGB (Red+Green+Blue) = 49+39+53=141 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.75% from 141); Green value is 39 (15.62% from 255 or 27.66% from 141); Blue value is 53 (21.09% from 255 or 37.59% from 141); Max value from RGB is 53 - color contains mainly: blue. Hex color #312735 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312735 is #CED8CA. Grayscale: #2B2B2B. Windows color (decimal): -13555915 or 3483441. OLE color: 3483441.

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

Color convert

RGB 49 39 53 -
CMYK 0.08 0.26 0 0.79
HSL 282.86º 0.15% 0.18% -
HSV(B) 282.86º 0.26% 0.21% -
XYZ 2.63 2.36 3.69 -
YUV 43.59 133.31 131.86 -
System Red Green Blue C M Y K H S L
Decimal 49 39 53 0.08 0.26 0 0.79 282.86 0.15 0.18
Hex 31 27 35 8 1A 0 4F 11B F 12
Octal 61 47 65 10 32 0 117 433 17 22
Binary 110001 100111 110101 1000 11010 0 1001111 100011011 1111 10010

Color Harmonies of #312735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312735

Black with #312735

Text Example


Text Example

White with #312735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312735; }

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

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

background-color css

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

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

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

border-color css

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

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

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