Html Css Color HEX #370540 Blackcurrant

📋 copy color: '#370540'

red 55 ◦ green 5 ◦ blue 64

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

Shades of Blackcurrant #370540

Tints of Blackcurrant #370540

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.03%

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

R = 44.35%
G = 4.03%
B = 51.61%

CMYK

 C value IS 0.14

 M value IS 0.92

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#370540 (or 0x370540) is known color: Blackcurrant. HEX triplet: 37, 05 and 40. RGB value is (55,5,64). Sum of RGB (Red+Green+Blue) = 55+5+64=124 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44.35% from 124); Green value is 5 (2.34% from 255 or 4.03% from 124); Blue value is 64 (25.39% from 255 or 51.61% from 124); Max value from RGB is 64 - color contains mainly: blue. Hex color #370540 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370540 is #C8FABF. Grayscale: #1A1A1A. Windows color (decimal): -13171392 or 4195639. OLE color: 4195639.

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

Color convert

RGB 55 5 64 -
CMYK 0.14 0.92 0 0.75
HSL 290.85º 0.86% 0.14% -
HSV(B) 290.85º 0.92% 0.25% -
XYZ 2.56 1.29 4.96 -
YUV 26.68 149.07 148.2 -
System Red Green Blue C M Y K H S L
Decimal 55 5 64 0.14 0.92 0 0.75 290.85 0.86 0.14
Hex 37 5 40 E 5C 0 4B 123 56 E
Octal 67 5 100 16 134 0 113 443 126 16
Binary 110111 101 1000000 1110 1011100 0 1001011 100100011 1010110 1110

Color Harmonies of #370540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370540

Black with #370540

Text Example


Text Example

White with #370540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370540; }

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

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

background-color css

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

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

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

border-color css

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

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

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