Html Css Color HEX #371246 Blackcurrant

📋 copy color: '#371246'

red 55 ◦ green 18 ◦ blue 70

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

Shades of Blackcurrant #371246

Tints of Blackcurrant #371246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 48.95%

R = 38.46%
G = 12.59%
B = 48.95%

CMYK

 C value IS 0.21

 M value IS 0.74

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#371246 (or 0x371246) is known color: Blackcurrant. HEX triplet: 37, 12 and 46. RGB value is (55,18,70). Sum of RGB (Red+Green+Blue) = 55+18+70=143 (18% of max value = 765). Red value is 55 (21.88% from 255 or 38.46% from 143); Green value is 18 (7.42% from 255 or 12.59% from 143); Blue value is 70 (27.73% from 255 or 48.95% from 143); Max value from RGB is 70 - color contains mainly: blue. Hex color #371246 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371246 is #C8EDB9. Grayscale: #222222. Windows color (decimal): -13168058 or 4592183. OLE color: 4592183.

HSL color Cylindrical-coordinate representation of color #371246: hue angle of 282.69º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #371246 is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 55 18 70 -
CMYK 0.21 0.74 0 0.73
HSL 282.69º 0.59% 0.17% -
HSV(B) 282.69º 0.74% 0.27% -
XYZ 2.9 1.69 5.97 -
YUV 34.99 147.76 142.27 -
System Red Green Blue C M Y K H S L
Decimal 55 18 70 0.21 0.74 0 0.73 282.69 0.59 0.17
Hex 37 12 46 15 4A 0 49 11B 3B 11
Octal 67 22 106 25 112 0 111 433 73 21
Binary 110111 10010 1000110 10101 1001010 0 1001001 100011011 111011 10001

Color Harmonies of #371246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371246

Black with #371246

Text Example


Text Example

White with #371246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371246; }

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

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

background-color css

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

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

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

border-color css

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

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

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