Html Css Color HEX #370146 Blackcurrant

📋 copy color: '#370146'

red 55 ◦ green 1 ◦ blue 70

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

Shades of Blackcurrant #370146

Tints of Blackcurrant #370146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 55.56%

R = 43.65%
G = 0.79%
B = 55.56%

CMYK

 C value IS 0.21

 M value IS 0.99

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#370146 (or 0x370146) is known color: Blackcurrant. HEX triplet: 37, 01 and 46. RGB value is (55,1,70). Sum of RGB (Red+Green+Blue) = 55+1+70=126 (16% of max value = 765). Red value is 55 (21.88% from 255 or 43.65% from 126); Green value is 1 (0.78% from 255 or 0.79% from 126); Blue value is 70 (27.73% from 255 or 55.56% from 126); Max value from RGB is 70 - color contains mainly: blue. Hex color #370146 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370146 is #C8FEB9. Grayscale: #181818. Windows color (decimal): -13172410 or 4587831. OLE color: 4587831.

HSL color Cylindrical-coordinate representation of color #370146: hue angle of 286.96º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #370146 is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 55 1 70 -
CMYK 0.21 0.99 0 0.73
HSL 286.96º 0.97% 0.14% -
HSV(B) 286.96º 0.99% 0.27% -
XYZ 2.69 1.28 5.9 -
YUV 25.01 153.39 149.39 -
System Red Green Blue C M Y K H S L
Decimal 55 1 70 0.21 0.99 0 0.73 286.96 0.97 0.14
Hex 37 1 46 15 63 0 49 11F 61 E
Octal 67 1 106 25 143 0 111 437 141 16
Binary 110111 1 1000110 10101 1100011 0 1001001 100011111 1100001 1110

Color Harmonies of #370146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370146

Black with #370146

Text Example


Text Example

White with #370146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370146; }

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

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

background-color css

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

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

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

border-color css

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

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

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