Html Css Color HEX #370048 Blackcurrant

📋 copy color: '#370048'

red 55 ◦ green 0 ◦ blue 72

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

Shades of Blackcurrant #370048

Tints of Blackcurrant #370048

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 72 (28.52% from 255) = 56.69%

R = 43.31%
G = 0%
B = 56.69%

CMYK

 C value IS 0.24

 M value IS 1

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#370048 (or 0x370048) is known color: Blackcurrant. HEX triplet: 37, 00 and 48. RGB value is (55,0,72). Sum of RGB (Red+Green+Blue) = 55+0+72=127 (16% of max value = 765). Red value is 55 (21.88% from 255 or 43.31% from 127); Green value is 0 (0.39% from 255 or 0% from 127); Blue value is 72 (28.52% from 255 or 56.69% from 127); Max value from RGB is 72 - color contains mainly: blue. Hex color #370048 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370048 is #C8FFB7. Grayscale: #181818. Windows color (decimal): -13172664 or 4718647. OLE color: 4718647.

HSL color Cylindrical-coordinate representation of color #370048: hue angle of 285.83º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #370048 is Cyan = 0.24, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 55 0 72 -
CMYK 0.24 1 0 0.72
HSL 285.83º 1% 0.14% -
HSV(B) 285.83º 1% 0.28% -
XYZ 2.75 1.28 6.23 -
YUV 24.65 154.72 149.65 -
System Red Green Blue C M Y K H S L
Decimal 55 0 72 0.24 1 0 0.72 285.83 1 0.14
Hex 37 0 48 18 64 0 48 11E 64 E
Octal 67 0 110 30 144 0 110 436 144 16
Binary 110111 0 1001000 11000 1100100 0 1001000 100011110 1100100 1110

Color Harmonies of #370048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370048

Black with #370048

Text Example


Text Example

White with #370048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370048; }

 p { color: rgb(55,0,72); }

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

background-color css

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

 a { background-color: rgb(55,0,72); }

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

border-color css

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

 span { border-color: rgb(55,0,72); }

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