Html Css Color HEX #371D46 Blackcurrant

📋 copy color: '#371D46'

red 55 ◦ green 29 ◦ blue 70

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

Shades of Blackcurrant #371D46

Tints of Blackcurrant #371D46

RGB

 RED value IS 55 (21.88% from 255) = 35.71%

 GREEN value IS 29 (11.72% from 255) = 18.83%

 BLUE value IS 70 (27.73% from 255) = 45.45%

R = 35.71%
G = 18.83%
B = 45.45%

CMYK

 C value IS 0.21

 M value IS 0.59

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#371D46 (or 0x371D46) is known color: Blackcurrant. HEX triplet: 37, 1D and 46. RGB value is (55,29,70). Sum of RGB (Red+Green+Blue) = 55+29+70=154 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.71% from 154); Green value is 29 (11.72% from 255 or 18.83% from 154); Blue value is 70 (27.73% from 255 or 45.45% from 154); Max value from RGB is 70 - color contains mainly: blue. Hex color #371D46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371D46 is #C8E2B9. Grayscale: #292929. Windows color (decimal): -13165242 or 4594999. OLE color: 4594999.

HSL color Cylindrical-coordinate representation of color #371D46: hue angle of 278.05º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #371D46 is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 55 29 70 -
CMYK 0.21 0.59 0 0.73
HSL 278.05º 0.41% 0.19% -
HSV(B) 278.05º 0.59% 0.27% -
XYZ 3.12 2.13 6.04 -
YUV 41.45 144.11 137.67 -
System Red Green Blue C M Y K H S L
Decimal 55 29 70 0.21 0.59 0 0.73 278.05 0.41 0.19
Hex 37 1D 46 15 3B 0 49 116 29 13
Octal 67 35 106 25 73 0 111 426 51 23
Binary 110111 11101 1000110 10101 111011 0 1001001 100010110 101001 10011

Color Harmonies of #371D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371D46

Black with #371D46

Text Example


Text Example

White with #371D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371D46; }

 p { color: rgb(55,29,70); }

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

background-color css

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

 a { background-color: rgb(55,29,70); }

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

border-color css

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

 span { border-color: rgb(55,29,70); }

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