Html Css Color HEX #311843 Blackcurrant

📋 copy color: '#311843'

red 49 ◦ green 24 ◦ blue 67

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

Shades of Blackcurrant #311843

Tints of Blackcurrant #311843

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.14%

 BLUE value IS 67 (26.56% from 255) = 47.86%

R = 35%
G = 17.14%
B = 47.86%

CMYK

 C value IS 0.27

 M value IS 0.64

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#311843 (or 0x311843) is known color: Blackcurrant. HEX triplet: 31, 18 and 43. RGB value is (49,24,67). Sum of RGB (Red+Green+Blue) = 49+24+67=140 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35% from 140); Green value is 24 (9.77% from 255 or 17.14% from 140); Blue value is 67 (26.56% from 255 or 47.86% from 140); Max value from RGB is 67 - color contains mainly: blue. Hex color #311843 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311843 is #CEE7BC. Grayscale: #242424. Windows color (decimal): -13559741 or 4397105. OLE color: 4397105.

HSL color Cylindrical-coordinate representation of color #311843: hue angle of 274.88º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #311843 is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 49 24 67 -
CMYK 0.27 0.64 0 0.74
HSL 274.88º 0.47% 0.18% -
HSV(B) 274.88º 0.64% 0.26% -
XYZ 2.61 1.71 5.5 -
YUV 36.38 145.28 137 -
System Red Green Blue C M Y K H S L
Decimal 49 24 67 0.27 0.64 0 0.74 274.88 0.47 0.18
Hex 31 18 43 1B 40 0 4A 113 2F 12
Octal 61 30 103 33 100 0 112 423 57 22
Binary 110001 11000 1000011 11011 1000000 0 1001010 100010011 101111 10010

Color Harmonies of #311843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311843

Black with #311843

Text Example


Text Example

White with #311843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311843; }

 p { color: rgb(49,24,67); }

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

background-color css

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

 a { background-color: rgb(49,24,67); }

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

border-color css

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

 span { border-color: rgb(49,24,67); }

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