Html Css Color HEX #371948 Blackcurrant

📋 copy color: '#371948'

red 55 ◦ green 25 ◦ blue 72

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

Shades of Blackcurrant #371948

Tints of Blackcurrant #371948

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.45%

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

R = 36.18%
G = 16.45%
B = 47.37%

CMYK

 C value IS 0.24

 M value IS 0.65

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#371948 (or 0x371948) is known color: Blackcurrant. HEX triplet: 37, 19 and 48. RGB value is (55,25,72). Sum of RGB (Red+Green+Blue) = 55+25+72=152 (20% of max value = 765). Red value is 55 (21.88% from 255 or 36.18% from 152); Green value is 25 (10.16% from 255 or 16.45% from 152); Blue value is 72 (28.52% from 255 or 47.37% from 152); Max value from RGB is 72 - color contains mainly: blue. Hex color #371948 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371948 is #C8E6B7. Grayscale: #272727. Windows color (decimal): -13166264 or 4725047. OLE color: 4725047.

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

Color convert

RGB 55 25 72 -
CMYK 0.24 0.65 0 0.72
HSL 278.3º 0.48% 0.19% -
HSV(B) 278.3º 0.65% 0.28% -
XYZ 3.09 1.98 6.35 -
YUV 39.33 146.44 139.18 -
System Red Green Blue C M Y K H S L
Decimal 55 25 72 0.24 0.65 0 0.72 278.3 0.48 0.19
Hex 37 19 48 18 41 0 48 116 30 13
Octal 67 31 110 30 101 0 110 426 60 23
Binary 110111 11001 1001000 11000 1000001 0 1001000 100010110 110000 10011

Color Harmonies of #371948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371948

Black with #371948

Text Example


Text Example

White with #371948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371948; }

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

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

background-color css

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

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

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

border-color css

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

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

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