Html Css Color HEX #370148 Blackcurrant

📋 copy color: '#370148'

red 55 ◦ green 1 ◦ blue 72

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

Shades of Blackcurrant #370148

Tints of Blackcurrant #370148

RGB

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

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

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

R = 42.97%
G = 0.78%
B = 56.25%

CMYK

 C value IS 0.24

 M value IS 0.99

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#370148 (or 0x370148) is known color: Blackcurrant. HEX triplet: 37, 01 and 48. RGB value is (55,1,72). Sum of RGB (Red+Green+Blue) = 55+1+72=128 (16% of max value = 765). Red value is 55 (21.88% from 255 or 42.97% from 128); Green value is 1 (0.78% from 255 or 0.78% from 128); Blue value is 72 (28.52% from 255 or 56.25% from 128); Max value from RGB is 72 - color contains mainly: blue. Hex color #370148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370148 is #C8FEB7. Grayscale: #191919. Windows color (decimal): -13172408 or 4718903. OLE color: 4718903.

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

Color convert

RGB 55 1 72 -
CMYK 0.24 0.99 0 0.72
HSL 285.63º 0.97% 0.14% -
HSV(B) 285.63º 0.99% 0.28% -
XYZ 2.76 1.3 6.24 -
YUV 25.24 154.39 149.23 -
System Red Green Blue C M Y K H S L
Decimal 55 1 72 0.24 0.99 0 0.72 285.63 0.97 0.14
Hex 37 1 48 18 63 0 48 11E 61 E
Octal 67 1 110 30 143 0 110 436 141 16
Binary 110111 1 1001000 11000 1100011 0 1001000 100011110 1100001 1110

Color Harmonies of #370148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370148

Black with #370148

Text Example


Text Example

White with #370148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370148; }

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

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

background-color css

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

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

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

border-color css

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

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

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