Html Css Color HEX #312635 Blackcurrant

📋 copy color: '#312635'

red 49 ◦ green 38 ◦ blue 53

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

Shades of Blackcurrant #312635

Tints of Blackcurrant #312635

RGB

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

 GREEN value IS 38 (15.23% from 255) = 27.14%

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

R = 35%
G = 27.14%
B = 37.86%

CMYK

 C value IS 0.08

 M value IS 0.28

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#312635 (or 0x312635) is known color: Blackcurrant. HEX triplet: 31, 26 and 35. RGB value is (49,38,53). Sum of RGB (Red+Green+Blue) = 49+38+53=140 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35% from 140); Green value is 38 (15.23% from 255 or 27.14% from 140); Blue value is 53 (21.09% from 255 or 37.86% from 140); Max value from RGB is 53 - color contains mainly: blue. Hex color #312635 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312635 is #CED9CA. Grayscale: #2A2A2A. Windows color (decimal): -13556171 or 3483185. OLE color: 3483185.

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

Color convert

RGB 49 38 53 -
CMYK 0.08 0.28 0 0.79
HSL 284º 0.16% 0.18% -
HSV(B) 284º 0.28% 0.21% -
XYZ 2.6 2.3 3.67 -
YUV 43 133.64 132.28 -
System Red Green Blue C M Y K H S L
Decimal 49 38 53 0.08 0.28 0 0.79 284 0.16 0.18
Hex 31 26 35 8 1C 0 4F 11C 10 12
Octal 61 46 65 10 34 0 117 434 20 22
Binary 110001 100110 110101 1000 11100 0 1001111 100011100 10000 10010

Color Harmonies of #312635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312635

Black with #312635

Text Example


Text Example

White with #312635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312635; }

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

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

background-color css

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

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

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

border-color css

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

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

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