Html Css Color HEX #371441 Blackcurrant

📋 copy color: '#371441'

red 55 ◦ green 20 ◦ blue 65

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

Shades of Blackcurrant #371441

Tints of Blackcurrant #371441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 46.43%

R = 39.29%
G = 14.29%
B = 46.43%

CMYK

 C value IS 0.15

 M value IS 0.69

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#371441 (or 0x371441) is known color: Blackcurrant. HEX triplet: 37, 14 and 41. RGB value is (55,20,65). Sum of RGB (Red+Green+Blue) = 55+20+65=140 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.29% from 140); Green value is 20 (8.20% from 255 or 14.29% from 140); Blue value is 65 (25.78% from 255 or 46.43% from 140); Max value from RGB is 65 - color contains mainly: blue. Hex color #371441 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371441 is #C8EBBE. Grayscale: #232323. Windows color (decimal): -13167551 or 4265015. OLE color: 4265015.

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

Color convert

RGB 55 20 65 -
CMYK 0.15 0.69 0 0.75
HSL 286.67º 0.53% 0.17% -
HSV(B) 286.67º 0.69% 0.25% -
XYZ 2.78 1.69 5.18 -
YUV 35.6 144.6 141.84 -
System Red Green Blue C M Y K H S L
Decimal 55 20 65 0.15 0.69 0 0.75 286.67 0.53 0.17
Hex 37 14 41 F 45 0 4B 11F 35 11
Octal 67 24 101 17 105 0 113 437 65 21
Binary 110111 10100 1000001 1111 1000101 0 1001011 100011111 110101 10001

Color Harmonies of #371441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371441

Black with #371441

Text Example


Text Example

White with #371441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371441; }

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

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

background-color css

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

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

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

border-color css

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

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

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