Html Css Color HEX #370040 Blackcurrant

📋 copy color: '#370040'

red 55 ◦ green 0 ◦ blue 64

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

Shades of Blackcurrant #370040

Tints of Blackcurrant #370040

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 64 (25.39% from 255) = 53.78%

R = 46.22%
G = 0%
B = 53.78%

CMYK

 C value IS 0.14

 M value IS 1

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#370040 (or 0x370040) is known color: Blackcurrant. HEX triplet: 37, 00 and 40. RGB value is (55,0,64). Sum of RGB (Red+Green+Blue) = 55+0+64=119 (15% of max value = 765). Red value is 55 (21.88% from 255 or 46.22% from 119); Green value is 0 (0.39% from 255 or 0% from 119); Blue value is 64 (25.39% from 255 or 53.78% from 119); Max value from RGB is 64 - color contains mainly: blue. Hex color #370040 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370040 is #C8FFBF. Grayscale: #171717. Windows color (decimal): -13172672 or 4194359. OLE color: 4194359.

HSL color Cylindrical-coordinate representation of color #370040: hue angle of 291.56º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #370040 is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 55 0 64 -
CMYK 0.14 1 0 0.75
HSL 291.56º 1% 0.13% -
HSV(B) 291.56º 1% 0.25% -
XYZ 2.5 1.18 4.95 -
YUV 23.74 150.72 150.3 -
System Red Green Blue C M Y K H S L
Decimal 55 0 64 0.14 1 0 0.75 291.56 1 0.13
Hex 37 0 40 E 64 0 4B 124 64 D
Octal 67 0 100 16 144 0 113 444 144 15
Binary 110111 0 1000000 1110 1100100 0 1001011 100100100 1100100 1101

Color Harmonies of #370040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370040

Black with #370040

Text Example


Text Example

White with #370040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370040; }

 p { color: rgb(55,0,64); }

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

background-color css

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

 a { background-color: rgb(55,0,64); }

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

border-color css

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

 span { border-color: rgb(55,0,64); }

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