Html Css Color HEX #370140 Blackcurrant

📋 copy color: '#370140'

red 55 ◦ green 1 ◦ blue 64

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

Shades of Blackcurrant #370140

Tints of Blackcurrant #370140

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.83%

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

R = 45.83%
G = 0.83%
B = 53.33%

CMYK

 C value IS 0.14

 M value IS 0.98

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#370140 (or 0x370140) is known color: Blackcurrant. HEX triplet: 37, 01 and 40. RGB value is (55,1,64). Sum of RGB (Red+Green+Blue) = 55+1+64=120 (15% of max value = 765). Red value is 55 (21.88% from 255 or 45.83% from 120); Green value is 1 (0.78% from 255 or 0.83% from 120); Blue value is 64 (25.39% from 255 or 53.33% from 120); Max value from RGB is 64 - color contains mainly: blue. Hex color #370140 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370140 is #C8FEBF. Grayscale: #181818. Windows color (decimal): -13172416 or 4194615. OLE color: 4194615.

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

Color convert

RGB 55 1 64 -
CMYK 0.14 0.98 0 0.75
HSL 291.43º 0.97% 0.13% -
HSV(B) 291.43º 0.98% 0.25% -
XYZ 2.51 1.2 4.95 -
YUV 24.33 150.39 149.88 -
System Red Green Blue C M Y K H S L
Decimal 55 1 64 0.14 0.98 0 0.75 291.43 0.97 0.13
Hex 37 1 40 E 62 0 4B 123 61 D
Octal 67 1 100 16 142 0 113 443 141 15
Binary 110111 1 1000000 1110 1100010 0 1001011 100100011 1100001 1101

Color Harmonies of #370140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370140

Black with #370140

Text Example


Text Example

White with #370140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370140; }

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

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

background-color css

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

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

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

border-color css

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

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

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