Html Css Color HEX #31243D Blackcurrant

📋 copy color: '#31243D'

red 49 ◦ green 36 ◦ blue 61

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

Shades of Blackcurrant #31243D

Tints of Blackcurrant #31243D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 24.66%

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

R = 33.56%
G = 24.66%
B = 41.78%

CMYK

 C value IS 0.20

 M value IS 0.41

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#31243D (or 0x31243D) is known color: Blackcurrant. HEX triplet: 31, 24 and 3D. RGB value is (49,36,61). Sum of RGB (Red+Green+Blue) = 49+36+61=146 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.56% from 146); Green value is 36 (14.45% from 255 or 24.66% from 146); Blue value is 61 (24.22% from 255 or 41.78% from 146); Max value from RGB is 61 - color contains mainly: blue. Hex color #31243D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31243D is #CEDBC2. Grayscale: #2A2A2A. Windows color (decimal): -13556675 or 4006961. OLE color: 4006961.

HSL color Cylindrical-coordinate representation of color #31243D: hue angle of 271.2º degrees, saturation: 0.26, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #31243D is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 49 36 61 -
CMYK 0.20 0.41 0 0.76
HSL 271.2º 0.26% 0.19% -
HSV(B) 271.2º 0.41% 0.24% -
XYZ 2.74 2.25 4.71 -
YUV 42.74 138.31 132.47 -
System Red Green Blue C M Y K H S L
Decimal 49 36 61 0.20 0.41 0 0.76 271.2 0.26 0.19
Hex 31 24 3D 14 29 0 4C 10F 1A 13
Octal 61 44 75 24 51 0 114 417 32 23
Binary 110001 100100 111101 10100 101001 0 1001100 100001111 11010 10011

Color Harmonies of #31243D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31243D

Black with #31243D

Text Example


Text Example

White with #31243D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31243D; }

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

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

background-color css

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

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

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

border-color css

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

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

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