Html Css Color HEX #312038 Blackcurrant

📋 copy color: '#312038'

red 49 ◦ green 32 ◦ blue 56

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

Shades of Blackcurrant #312038

Tints of Blackcurrant #312038

RGB

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

 GREEN value IS 32 (12.89% from 255) = 23.36%

 BLUE value IS 56 (22.27% from 255) = 40.88%

R = 35.77%
G = 23.36%
B = 40.88%

CMYK

 C value IS 0.12

 M value IS 0.43

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#312038 (or 0x312038) is known color: Blackcurrant. HEX triplet: 31, 20 and 38. RGB value is (49,32,56). Sum of RGB (Red+Green+Blue) = 49+32+56=137 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.77% from 137); Green value is 32 (12.89% from 255 or 23.36% from 137); Blue value is 56 (22.27% from 255 or 40.88% from 137); Max value from RGB is 56 - color contains mainly: blue. Hex color #312038 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312038 is #CEDFC7. Grayscale: #272727. Windows color (decimal): -13557704 or 3678257. OLE color: 3678257.

HSL color Cylindrical-coordinate representation of color #312038: hue angle of 282.5º degrees, saturation: 0.27, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #312038 is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 49 32 56 -
CMYK 0.12 0.43 0 0.78
HSL 282.5º 0.27% 0.17% -
HSV(B) 282.5º 0.43% 0.22% -
XYZ 2.5 1.97 3.99 -
YUV 39.82 137.13 134.55 -
System Red Green Blue C M Y K H S L
Decimal 49 32 56 0.12 0.43 0 0.78 282.5 0.27 0.17
Hex 31 20 38 C 2B 0 4E 11A 1B 11
Octal 61 40 70 14 53 0 116 432 33 21
Binary 110001 100000 111000 1100 101011 0 1001110 100011010 11011 10001

Color Harmonies of #312038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312038

Black with #312038

Text Example


Text Example

White with #312038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312038; }

 p { color: rgb(49,32,56); }

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

background-color css

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

 a { background-color: rgb(49,32,56); }

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

border-color css

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

 span { border-color: rgb(49,32,56); }

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