Html Css Color HEX #371148 Blackcurrant

📋 copy color: '#371148'

red 55 ◦ green 17 ◦ blue 72

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

Shades of Blackcurrant #371148

Tints of Blackcurrant #371148

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.81%

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

R = 38.19%
G = 11.81%
B = 50%

CMYK

 C value IS 0.24

 M value IS 0.76

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#371148 (or 0x371148) is known color: Blackcurrant. HEX triplet: 37, 11 and 48. RGB value is (55,17,72). Sum of RGB (Red+Green+Blue) = 55+17+72=144 (19% of max value = 765). Red value is 55 (21.88% from 255 or 38.19% from 144); Green value is 17 (7.03% from 255 or 11.81% from 144); Blue value is 72 (28.52% from 255 or 50% from 144); Max value from RGB is 72 - color contains mainly: blue. Hex color #371148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371148 is #C8EEB7. Grayscale: #222222. Windows color (decimal): -13168312 or 4722999. OLE color: 4722999.

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

Color convert

RGB 55 17 72 -
CMYK 0.24 0.76 0 0.72
HSL 281.45º 0.62% 0.17% -
HSV(B) 281.45º 0.76% 0.28% -
XYZ 2.95 1.68 6.3 -
YUV 34.63 149.09 142.53 -
System Red Green Blue C M Y K H S L
Decimal 55 17 72 0.24 0.76 0 0.72 281.45 0.62 0.17
Hex 37 11 48 18 4C 0 48 119 3E 11
Octal 67 21 110 30 114 0 110 431 76 21
Binary 110111 10001 1001000 11000 1001100 0 1001000 100011001 111110 10001

Color Harmonies of #371148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371148

Black with #371148

Text Example


Text Example

White with #371148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371148; }

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

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

background-color css

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

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

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

border-color css

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

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

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