Html Css Color HEX #371448 Blackcurrant

📋 copy color: '#371448'

red 55 ◦ green 20 ◦ blue 72

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

Shades of Blackcurrant #371448

Tints of Blackcurrant #371448

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.61%

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

R = 37.41%
G = 13.61%
B = 48.98%

CMYK

 C value IS 0.24

 M value IS 0.72

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#371448 (or 0x371448) is known color: Blackcurrant. HEX triplet: 37, 14 and 48. RGB value is (55,20,72). Sum of RGB (Red+Green+Blue) = 55+20+72=147 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.41% from 147); Green value is 20 (8.20% from 255 or 13.61% from 147); Blue value is 72 (28.52% from 255 or 48.98% from 147); Max value from RGB is 72 - color contains mainly: blue. Hex color #371448 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371448 is #C8EBB7. Grayscale: #242424. Windows color (decimal): -13167544 or 4723767. OLE color: 4723767.

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

Color convert

RGB 55 20 72 -
CMYK 0.24 0.72 0 0.72
HSL 280.38º 0.57% 0.18% -
HSV(B) 280.38º 0.72% 0.28% -
XYZ 3 1.78 6.32 -
YUV 36.39 148.1 141.27 -
System Red Green Blue C M Y K H S L
Decimal 55 20 72 0.24 0.72 0 0.72 280.38 0.57 0.18
Hex 37 14 48 18 48 0 48 118 39 12
Octal 67 24 110 30 110 0 110 430 71 22
Binary 110111 10100 1001000 11000 1001000 0 1001000 100011000 111001 10010

Color Harmonies of #371448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371448

Black with #371448

Text Example


Text Example

White with #371448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371448; }

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

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

background-color css

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

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

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

border-color css

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

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

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