Html Css Color HEX #31253B Blackcurrant

📋 copy color: '#31253B'

red 49 ◦ green 37 ◦ blue 59

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

Shades of Blackcurrant #31253B

Tints of Blackcurrant #31253B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 40.69%

R = 33.79%
G = 25.52%
B = 40.69%

CMYK

 C value IS 0.17

 M value IS 0.37

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#31253B (or 0x31253B) is known color: Blackcurrant. HEX triplet: 31, 25 and 3B. RGB value is (49,37,59). Sum of RGB (Red+Green+Blue) = 49+37+59=145 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.79% from 145); Green value is 37 (14.84% from 255 or 25.52% from 145); Blue value is 59 (23.44% from 255 or 40.69% from 145); Max value from RGB is 59 - color contains mainly: blue. Hex color #31253B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31253B is #CEDAC4. Grayscale: #2B2B2B. Windows color (decimal): -13556421 or 3876145. OLE color: 3876145.

HSL color Cylindrical-coordinate representation of color #31253B: hue angle of 272.73º degrees, saturation: 0.23, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #31253B is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 49 37 59 -
CMYK 0.17 0.37 0 0.77
HSL 272.73º 0.23% 0.19% -
HSV(B) 272.73º 0.37% 0.23% -
XYZ 2.72 2.29 4.44 -
YUV 43.1 136.98 132.21 -
System Red Green Blue C M Y K H S L
Decimal 49 37 59 0.17 0.37 0 0.77 272.73 0.23 0.19
Hex 31 25 3B 11 25 0 4D 111 17 13
Octal 61 45 73 21 45 0 115 421 27 23
Binary 110001 100101 111011 10001 100101 0 1001101 100010001 10111 10011

Color Harmonies of #31253B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31253B

Black with #31253B

Text Example


Text Example

White with #31253B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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