Html Css Color HEX #370441 Blackcurrant

📋 copy color: '#370441'

red 55 ◦ green 4 ◦ blue 65

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

Shades of Blackcurrant #370441

Tints of Blackcurrant #370441

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.23%

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

R = 44.35%
G = 3.23%
B = 52.42%

CMYK

 C value IS 0.15

 M value IS 0.94

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#370441 (or 0x370441) is known color: Blackcurrant. HEX triplet: 37, 04 and 41. RGB value is (55,4,65). Sum of RGB (Red+Green+Blue) = 55+4+65=124 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44.35% from 124); Green value is 4 (1.95% from 255 or 3.23% from 124); Blue value is 65 (25.78% from 255 or 52.42% from 124); Max value from RGB is 65 - color contains mainly: blue. Hex color #370441 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370441 is #C8FBBE. Grayscale: #1A1A1A. Windows color (decimal): -13171647 or 4260919. OLE color: 4260919.

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

Color convert

RGB 55 4 65 -
CMYK 0.15 0.94 0 0.75
HSL 290.16º 0.88% 0.14% -
HSV(B) 290.16º 0.94% 0.25% -
XYZ 2.57 1.28 5.11 -
YUV 26.2 149.9 148.54 -
System Red Green Blue C M Y K H S L
Decimal 55 4 65 0.15 0.94 0 0.75 290.16 0.88 0.14
Hex 37 4 41 F 5E 0 4B 122 58 E
Octal 67 4 101 17 136 0 113 442 130 16
Binary 110111 100 1000001 1111 1011110 0 1001011 100100010 1011000 1110

Color Harmonies of #370441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370441

Black with #370441

Text Example


Text Example

White with #370441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370441; }

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

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

background-color css

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

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

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

border-color css

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

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

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