Html Css Color HEX #371348 Blackcurrant

📋 copy color: '#371348'

red 55 ◦ green 19 ◦ blue 72

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

Shades of Blackcurrant #371348

Tints of Blackcurrant #371348

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.01%

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

R = 37.67%
G = 13.01%
B = 49.32%

CMYK

 C value IS 0.24

 M value IS 0.74

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#371348 (or 0x371348) is known color: Blackcurrant. HEX triplet: 37, 13 and 48. RGB value is (55,19,72). Sum of RGB (Red+Green+Blue) = 55+19+72=146 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.67% from 146); Green value is 19 (7.81% from 255 or 13.01% from 146); Blue value is 72 (28.52% from 255 or 49.32% from 146); Max value from RGB is 72 - color contains mainly: blue. Hex color #371348 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371348 is #C8ECB7. Grayscale: #232323. Windows color (decimal): -13167800 or 4723511. OLE color: 4723511.

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

Color convert

RGB 55 19 72 -
CMYK 0.24 0.74 0 0.72
HSL 280.75º 0.58% 0.18% -
HSV(B) 280.75º 0.74% 0.28% -
XYZ 2.98 1.75 6.31 -
YUV 35.81 148.43 141.69 -
System Red Green Blue C M Y K H S L
Decimal 55 19 72 0.24 0.74 0 0.72 280.75 0.58 0.18
Hex 37 13 48 18 4A 0 48 119 3A 12
Octal 67 23 110 30 112 0 110 431 72 22
Binary 110111 10011 1001000 11000 1001010 0 1001000 100011001 111010 10010

Color Harmonies of #371348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371348

Black with #371348

Text Example


Text Example

White with #371348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371348; }

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

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

background-color css

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

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

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

border-color css

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

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

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