Html Css Color HEX #31233D Blackcurrant

📋 copy color: '#31233D'

red 49 ◦ green 35 ◦ blue 61

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

Shades of Blackcurrant #31233D

Tints of Blackcurrant #31233D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 24.14%

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

R = 33.79%
G = 24.14%
B = 42.07%

CMYK

 C value IS 0.20

 M value IS 0.43

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#31233D (or 0x31233D) is known color: Blackcurrant. HEX triplet: 31, 23 and 3D. RGB value is (49,35,61). Sum of RGB (Red+Green+Blue) = 49+35+61=145 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.79% from 145); Green value is 35 (14.06% from 255 or 24.14% from 145); Blue value is 61 (24.22% from 255 or 42.07% from 145); Max value from RGB is 61 - color contains mainly: blue. Hex color #31233D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31233D is #CEDCC2. Grayscale: #2A2A2A. Windows color (decimal): -13556931 or 4006705. OLE color: 4006705.

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

Color convert

RGB 49 35 61 -
CMYK 0.20 0.43 0 0.76
HSL 272.31º 0.27% 0.19% -
HSV(B) 272.31º 0.43% 0.24% -
XYZ 2.71 2.19 4.7 -
YUV 42.15 138.64 132.89 -
System Red Green Blue C M Y K H S L
Decimal 49 35 61 0.20 0.43 0 0.76 272.31 0.27 0.19
Hex 31 23 3D 14 2B 0 4C 110 1B 13
Octal 61 43 75 24 53 0 114 420 33 23
Binary 110001 100011 111101 10100 101011 0 1001100 100010000 11011 10011

Color Harmonies of #31233D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31233D

Black with #31233D

Text Example


Text Example

White with #31233D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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