Html Css Color HEX #312438 Blackcurrant

📋 copy color: '#312438'

red 49 ◦ green 36 ◦ blue 56

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

Shades of Blackcurrant #312438

Tints of Blackcurrant #312438

RGB

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

 GREEN value IS 36 (14.45% from 255) = 25.53%

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

R = 34.75%
G = 25.53%
B = 39.72%

CMYK

 C value IS 0.12

 M value IS 0.36

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#312438 (or 0x312438) is known color: Blackcurrant. HEX triplet: 31, 24 and 38. RGB value is (49,36,56). Sum of RGB (Red+Green+Blue) = 49+36+56=141 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.75% from 141); Green value is 36 (14.45% from 255 or 25.53% from 141); Blue value is 56 (22.27% from 255 or 39.72% from 141); Max value from RGB is 56 - color contains mainly: blue. Hex color #312438 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312438 is #CEDBC7. Grayscale: #2A2A2A. Windows color (decimal): -13556680 or 3679281. OLE color: 3679281.

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

Color convert

RGB 49 36 56 -
CMYK 0.12 0.36 0 0.78
HSL 279º 0.22% 0.18% -
HSV(B) 279º 0.36% 0.22% -
XYZ 2.61 2.2 4.03 -
YUV 42.17 135.81 132.87 -
System Red Green Blue C M Y K H S L
Decimal 49 36 56 0.12 0.36 0 0.78 279 0.22 0.18
Hex 31 24 38 C 24 0 4E 117 16 12
Octal 61 44 70 14 44 0 116 427 26 22
Binary 110001 100100 111000 1100 100100 0 1001110 100010111 10110 10010

Color Harmonies of #312438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312438

Black with #312438

Text Example


Text Example

White with #312438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312438; }

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

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

background-color css

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

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

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

border-color css

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

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

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