Html Css Color HEX #370440 Blackcurrant

📋 copy color: '#370440'

red 55 ◦ green 4 ◦ blue 64

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

Shades of Blackcurrant #370440

Tints of Blackcurrant #370440

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.25%

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

R = 44.72%
G = 3.25%
B = 52.03%

CMYK

 C value IS 0.14

 M value IS 0.94

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#370440 (or 0x370440) is known color: Blackcurrant. HEX triplet: 37, 04 and 40. RGB value is (55,4,64). Sum of RGB (Red+Green+Blue) = 55+4+64=123 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44.72% from 123); Green value is 4 (1.95% from 255 or 3.25% from 123); Blue value is 64 (25.39% from 255 or 52.03% from 123); Max value from RGB is 64 - color contains mainly: blue. Hex color #370440 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370440 is #C8FBBF. Grayscale: #191919. Windows color (decimal): -13171648 or 4195383. OLE color: 4195383.

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

Color convert

RGB 55 4 64 -
CMYK 0.14 0.94 0 0.75
HSL 291º 0.88% 0.13% -
HSV(B) 291º 0.94% 0.25% -
XYZ 2.54 1.27 4.96 -
YUV 26.09 149.4 148.62 -
System Red Green Blue C M Y K H S L
Decimal 55 4 64 0.14 0.94 0 0.75 291 0.88 0.13
Hex 37 4 40 E 5E 0 4B 123 58 D
Octal 67 4 100 16 136 0 113 443 130 15
Binary 110111 100 1000000 1110 1011110 0 1001011 100100011 1011000 1101

Color Harmonies of #370440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370440

Black with #370440

Text Example


Text Example

White with #370440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370440; }

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

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

background-color css

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

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

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

border-color css

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

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

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