Html Css Color HEX #311938 Blackcurrant

📋 copy color: '#311938'

red 49 ◦ green 25 ◦ blue 56

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

Shades of Blackcurrant #311938

Tints of Blackcurrant #311938

RGB

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

 GREEN value IS 25 (10.16% from 255) = 19.23%

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

R = 37.69%
G = 19.23%
B = 43.08%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#311938 (or 0x311938) is known color: Blackcurrant. HEX triplet: 31, 19 and 38. RGB value is (49,25,56). Sum of RGB (Red+Green+Blue) = 49+25+56=130 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.69% from 130); Green value is 25 (10.16% from 255 or 19.23% from 130); Blue value is 56 (22.27% from 255 or 43.08% from 130); Max value from RGB is 56 - color contains mainly: blue. Hex color #311938 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311938 is #CEE6C7. Grayscale: #232323. Windows color (decimal): -13559496 or 3676465. OLE color: 3676465.

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

Color convert

RGB 49 25 56 -
CMYK 0.12 0.55 0 0.78
HSL 286.45º 0.38% 0.16% -
HSV(B) 286.45º 0.55% 0.22% -
XYZ 2.33 1.63 3.93 -
YUV 35.71 139.45 137.48 -
System Red Green Blue C M Y K H S L
Decimal 49 25 56 0.12 0.55 0 0.78 286.45 0.38 0.16
Hex 31 19 38 C 37 0 4E 11E 26 10
Octal 61 31 70 14 67 0 116 436 46 20
Binary 110001 11001 111000 1100 110111 0 1001110 100011110 100110 10000

Color Harmonies of #311938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311938

Black with #311938

Text Example


Text Example

White with #311938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311938; }

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

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

background-color css

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

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

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

border-color css

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

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

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