Html Css Color HEX #370240 Blackcurrant

📋 copy color: '#370240'

red 55 ◦ green 2 ◦ blue 64

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

Shades of Blackcurrant #370240

Tints of Blackcurrant #370240

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.65%

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

R = 45.45%
G = 1.65%
B = 52.89%

CMYK

 C value IS 0.14

 M value IS 0.97

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#370240 (or 0x370240) is known color: Blackcurrant. HEX triplet: 37, 02 and 40. RGB value is (55,2,64). Sum of RGB (Red+Green+Blue) = 55+2+64=121 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.45% from 121); Green value is 2 (1.17% from 255 or 1.65% from 121); Blue value is 64 (25.39% from 255 or 52.89% from 121); Max value from RGB is 64 - color contains mainly: blue. Hex color #370240 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370240 is #C8FDBF. Grayscale: #181818. Windows color (decimal): -13172160 or 4194871. OLE color: 4194871.

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

Color convert

RGB 55 2 64 -
CMYK 0.14 0.97 0 0.75
HSL 291.29º 0.94% 0.13% -
HSV(B) 291.29º 0.97% 0.25% -
XYZ 2.52 1.23 4.95 -
YUV 24.92 150.06 149.46 -
System Red Green Blue C M Y K H S L
Decimal 55 2 64 0.14 0.97 0 0.75 291.29 0.94 0.13
Hex 37 2 40 E 61 0 4B 123 5E D
Octal 67 2 100 16 141 0 113 443 136 15
Binary 110111 10 1000000 1110 1100001 0 1001011 100100011 1011110 1101

Color Harmonies of #370240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370240

Black with #370240

Text Example


Text Example

White with #370240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370240; }

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

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

background-color css

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

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

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

border-color css

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

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

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