Html Css Color HEX #371248 Blackcurrant

📋 copy color: '#371248'

red 55 ◦ green 18 ◦ blue 72

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

Shades of Blackcurrant #371248

Tints of Blackcurrant #371248

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.41%

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

R = 37.93%
G = 12.41%
B = 49.66%

CMYK

 C value IS 0.24

 M value IS 0.75

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#371248 (or 0x371248) is known color: Blackcurrant. HEX triplet: 37, 12 and 48. RGB value is (55,18,72). Sum of RGB (Red+Green+Blue) = 55+18+72=145 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.93% from 145); Green value is 18 (7.42% from 255 or 12.41% from 145); Blue value is 72 (28.52% from 255 or 49.66% from 145); Max value from RGB is 72 - color contains mainly: blue. Hex color #371248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371248 is #C8EDB7. Grayscale: #232323. Windows color (decimal): -13168056 or 4723255. OLE color: 4723255.

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

Color convert

RGB 55 18 72 -
CMYK 0.24 0.75 0 0.72
HSL 281.11º 0.6% 0.18% -
HSV(B) 281.11º 0.75% 0.28% -
XYZ 2.96 1.71 6.31 -
YUV 35.22 148.76 142.11 -
System Red Green Blue C M Y K H S L
Decimal 55 18 72 0.24 0.75 0 0.72 281.11 0.6 0.18
Hex 37 12 48 18 4B 0 48 119 3C 12
Octal 67 22 110 30 113 0 110 431 74 22
Binary 110111 10010 1001000 11000 1001011 0 1001000 100011001 111100 10010

Color Harmonies of #371248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371248

Black with #371248

Text Example


Text Example

White with #371248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371248; }

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

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

background-color css

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

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

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

border-color css

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

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

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