Html Css Color HEX #371440 Blackcurrant

📋 copy color: '#371440'

red 55 ◦ green 20 ◦ blue 64

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

Shades of Blackcurrant #371440

Tints of Blackcurrant #371440

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.39%

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

R = 39.57%
G = 14.39%
B = 46.04%

CMYK

 C value IS 0.14

 M value IS 0.69

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#371440 (or 0x371440) is known color: Blackcurrant. HEX triplet: 37, 14 and 40. RGB value is (55,20,64). Sum of RGB (Red+Green+Blue) = 55+20+64=139 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.57% from 139); Green value is 20 (8.20% from 255 or 14.39% from 139); Blue value is 64 (25.39% from 255 or 46.04% from 139); Max value from RGB is 64 - color contains mainly: blue. Hex color #371440 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371440 is #C8EBBF. Grayscale: #232323. Windows color (decimal): -13167552 or 4199479. OLE color: 4199479.

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

Color convert

RGB 55 20 64 -
CMYK 0.14 0.69 0 0.75
HSL 287.73º 0.52% 0.16% -
HSV(B) 287.73º 0.69% 0.25% -
XYZ 2.75 1.68 5.03 -
YUV 35.48 144.1 141.92 -
System Red Green Blue C M Y K H S L
Decimal 55 20 64 0.14 0.69 0 0.75 287.73 0.52 0.16
Hex 37 14 40 E 45 0 4B 120 34 10
Octal 67 24 100 16 105 0 113 440 64 20
Binary 110111 10100 1000000 1110 1000101 0 1001011 100100000 110100 10000

Color Harmonies of #371440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371440

Black with #371440

Text Example


Text Example

White with #371440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371440; }

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

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

background-color css

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

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

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

border-color css

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

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

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