Html Css Color HEX #31253C Blackcurrant

📋 copy color: '#31253C'

red 49 ◦ green 37 ◦ blue 60

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

Shades of Blackcurrant #31253C

Tints of Blackcurrant #31253C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 25.34%

 BLUE value IS 60 (23.83% from 255) = 41.1%

R = 33.56%
G = 25.34%
B = 41.1%

CMYK

 C value IS 0.18

 M value IS 0.38

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#31253C (or 0x31253C) is known color: Blackcurrant. HEX triplet: 31, 25 and 3C. RGB value is (49,37,60). Sum of RGB (Red+Green+Blue) = 49+37+60=146 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.56% from 146); Green value is 37 (14.84% from 255 or 25.34% from 146); Blue value is 60 (23.83% from 255 or 41.10% from 146); Max value from RGB is 60 - color contains mainly: blue. Hex color #31253C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31253C is #CEDAC3. Grayscale: #2B2B2B. Windows color (decimal): -13556420 or 3941681. OLE color: 3941681.

HSL color Cylindrical-coordinate representation of color #31253C: hue angle of 271.3º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #31253C is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 49 37 60 -
CMYK 0.18 0.38 0 0.76
HSL 271.3º 0.24% 0.19% -
HSV(B) 271.3º 0.38% 0.24% -
XYZ 2.74 2.3 4.57 -
YUV 43.21 137.48 132.13 -
System Red Green Blue C M Y K H S L
Decimal 49 37 60 0.18 0.38 0 0.76 271.3 0.24 0.19
Hex 31 25 3C 12 26 0 4C 10F 18 13
Octal 61 45 74 22 46 0 114 417 30 23
Binary 110001 100101 111100 10010 100110 0 1001100 100001111 11000 10011

Color Harmonies of #31253C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31253C

Black with #31253C

Text Example


Text Example

White with #31253C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31253C; }

 p { color: rgb(49,37,60); }

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

background-color css

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

 a { background-color: rgb(49,37,60); }

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

border-color css

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

 span { border-color: rgb(49,37,60); }

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