Html Css Color HEX #311B3D Blackcurrant

📋 copy color: '#311B3D'

red 49 ◦ green 27 ◦ blue 61

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

Shades of Blackcurrant #311B3D

Tints of Blackcurrant #311B3D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 19.71%

 BLUE value IS 61 (24.22% from 255) = 44.53%

R = 35.77%
G = 19.71%
B = 44.53%

CMYK

 C value IS 0.20

 M value IS 0.56

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#311B3D (or 0x311B3D) is known color: Blackcurrant. HEX triplet: 31, 1B and 3D. RGB value is (49,27,61). Sum of RGB (Red+Green+Blue) = 49+27+61=137 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.77% from 137); Green value is 27 (10.94% from 255 or 19.71% from 137); Blue value is 61 (24.22% from 255 or 44.53% from 137); Max value from RGB is 61 - color contains mainly: blue. Hex color #311B3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311B3D is #CEE4C2. Grayscale: #252525. Windows color (decimal): -13558979 or 4004657. OLE color: 4004657.

HSL color Cylindrical-coordinate representation of color #311B3D: hue angle of 278.82º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #311B3D is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 49 27 61 -
CMYK 0.20 0.56 0 0.76
HSL 278.82º 0.39% 0.17% -
HSV(B) 278.82º 0.56% 0.24% -
XYZ 2.5 1.77 4.63 -
YUV 37.45 141.29 136.24 -
System Red Green Blue C M Y K H S L
Decimal 49 27 61 0.20 0.56 0 0.76 278.82 0.39 0.17
Hex 31 1B 3D 14 38 0 4C 117 27 11
Octal 61 33 75 24 70 0 114 427 47 21
Binary 110001 11011 111101 10100 111000 0 1001100 100010111 100111 10001

Color Harmonies of #311B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311B3D

Black with #311B3D

Text Example


Text Example

White with #311B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311B3D; }

 p { color: rgb(49,27,61); }

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

background-color css

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

 a { background-color: rgb(49,27,61); }

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

border-color css

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

 span { border-color: rgb(49,27,61); }

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