Html Css Color HEX #370141 Blackcurrant

📋 copy color: '#370141'

red 55 ◦ green 1 ◦ blue 65

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

Shades of Blackcurrant #370141

Tints of Blackcurrant #370141

RGB

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

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

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

R = 45.45%
G = 0.83%
B = 53.72%

CMYK

 C value IS 0.15

 M value IS 0.98

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#370141 (or 0x370141) is known color: Blackcurrant. HEX triplet: 37, 01 and 41. RGB value is (55,1,65). Sum of RGB (Red+Green+Blue) = 55+1+65=121 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.45% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 65 (25.78% from 255 or 53.72% from 121); Max value from RGB is 65 - color contains mainly: blue. Hex color #370141 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370141 is #C8FEBE. Grayscale: #181818. Windows color (decimal): -13172415 or 4260151. OLE color: 4260151.

HSL color Cylindrical-coordinate representation of color #370141: hue angle of 290.62º 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 #370141 is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 55 1 65 -
CMYK 0.15 0.98 0 0.75
HSL 290.63º 0.97% 0.13% -
HSV(B) 290.63º 0.98% 0.25% -
XYZ 2.54 1.22 5.1 -
YUV 24.44 150.89 149.8 -
System Red Green Blue C M Y K H S L
Decimal 55 1 65 0.15 0.98 0 0.75 290.63 0.97 0.13
Hex 37 1 41 F 62 0 4B 123 61 D
Octal 67 1 101 17 142 0 113 443 141 15
Binary 110111 1 1000001 1111 1100010 0 1001011 100100011 1100001 1101

Color Harmonies of #370141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370141

Black with #370141

Text Example


Text Example

White with #370141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370141; }

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

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

background-color css

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

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

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

border-color css

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

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

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