Html Css Color HEX #370E40 Blackcurrant

📋 copy color: '#370E40'

red 55 ◦ green 14 ◦ blue 64

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

Shades of Blackcurrant #370E40

Tints of Blackcurrant #370E40

RGB

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

 GREEN value IS 14 (5.86% from 255) = 10.53%

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

R = 41.35%
G = 10.53%
B = 48.12%

CMYK

 C value IS 0.14

 M value IS 0.78

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#370E40 (or 0x370E40) is known color: Blackcurrant. HEX triplet: 37, 0E and 40. RGB value is (55,14,64). Sum of RGB (Red+Green+Blue) = 55+14+64=133 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.35% from 133); Green value is 14 (5.86% from 255 or 10.53% from 133); Blue value is 64 (25.39% from 255 or 48.12% from 133); Max value from RGB is 64 - color contains mainly: blue. Hex color #370E40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370E40 is #C8F1BF. Grayscale: #1F1F1F. Windows color (decimal): -13169088 or 4197943. OLE color: 4197943.

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

Color convert

RGB 55 14 64 -
CMYK 0.14 0.78 0 0.75
HSL 289.2º 0.64% 0.15% -
HSV(B) 289.2º 0.78% 0.25% -
XYZ 2.66 1.5 5 -
YUV 31.96 146.08 144.43 -
System Red Green Blue C M Y K H S L
Decimal 55 14 64 0.14 0.78 0 0.75 289.2 0.64 0.15
Hex 37 E 40 E 4E 0 4B 121 40 F
Octal 67 16 100 16 116 0 113 441 100 17
Binary 110111 1110 1000000 1110 1001110 0 1001011 100100001 1000000 1111

Color Harmonies of #370E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370E40

Black with #370E40

Text Example


Text Example

White with #370E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370E40; }

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

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

background-color css

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

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

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

border-color css

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

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

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