Html Css Color HEX #371A48 Blackcurrant

📋 copy color: '#371A48'

red 55 ◦ green 26 ◦ blue 72

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

Shades of Blackcurrant #371A48

Tints of Blackcurrant #371A48

RGB

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

 GREEN value IS 26 (10.55% from 255) = 16.99%

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

R = 35.95%
G = 16.99%
B = 47.06%

CMYK

 C value IS 0.24

 M value IS 0.64

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#371A48 (or 0x371A48) is known color: Blackcurrant. HEX triplet: 37, 1A and 48. RGB value is (55,26,72). Sum of RGB (Red+Green+Blue) = 55+26+72=153 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.95% from 153); Green value is 26 (10.55% from 255 or 16.99% from 153); Blue value is 72 (28.52% from 255 or 47.06% from 153); Max value from RGB is 72 - color contains mainly: blue. Hex color #371A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371A48 is #C8E5B7. Grayscale: #272727. Windows color (decimal): -13166008 or 4725303. OLE color: 4725303.

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

Color convert

RGB 55 26 72 -
CMYK 0.24 0.64 0 0.72
HSL 277.83º 0.47% 0.19% -
HSV(B) 277.83º 0.64% 0.28% -
XYZ 3.11 2.02 6.36 -
YUV 39.92 146.11 138.76 -
System Red Green Blue C M Y K H S L
Decimal 55 26 72 0.24 0.64 0 0.72 277.83 0.47 0.19
Hex 37 1A 48 18 40 0 48 116 2F 13
Octal 67 32 110 30 100 0 110 426 57 23
Binary 110111 11010 1001000 11000 1000000 0 1001000 100010110 101111 10011

Color Harmonies of #371A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371A48

Black with #371A48

Text Example


Text Example

White with #371A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371A48; }

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

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

background-color css

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

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

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

border-color css

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

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

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