Html Css Color HEX #370050 Blackcurrant

📋 copy color: '#370050'

red 55 ◦ green 0 ◦ blue 80

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

Shades of Blackcurrant #370050

Tints of Blackcurrant #370050

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 80 (31.64% from 255) = 59.26%

R = 40.74%
G = 0%
B = 59.26%

CMYK

 C value IS 0.31

 M value IS 1

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#370050 (or 0x370050) is known color: Blackcurrant. HEX triplet: 37, 00 and 50. RGB value is (55,0,80). Sum of RGB (Red+Green+Blue) = 55+0+80=135 (17% of max value = 765). Red value is 55 (21.88% from 255 or 40.74% from 135); Green value is 0 (0.39% from 255 or 0% from 135); Blue value is 80 (31.64% from 255 or 59.26% from 135); Max value from RGB is 80 - color contains mainly: blue. Hex color #370050 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370050 is #C8FFAF. Grayscale: #191919. Windows color (decimal): -13172656 or 5242935. OLE color: 5242935.

HSL color Cylindrical-coordinate representation of color #370050: hue angle of 281.25º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #370050 is Cyan = 0.31, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 55 0 80 -
CMYK 0.31 1 0 0.69
HSL 281.25º 1% 0.16% -
HSV(B) 281.25º 1% 0.31% -
XYZ 3.02 1.39 7.7 -
YUV 25.57 158.72 149 -
System Red Green Blue C M Y K H S L
Decimal 55 0 80 0.31 1 0 0.69 281.25 1 0.16
Hex 37 0 50 1F 64 0 45 119 64 10
Octal 67 0 120 37 144 0 105 431 144 20
Binary 110111 0 1010000 11111 1100100 0 1000101 100011001 1100100 10000

Color Harmonies of #370050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370050

Black with #370050

Text Example


Text Example

White with #370050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370050; }

 p { color: rgb(55,0,80); }

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

background-color css

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

 a { background-color: rgb(55,0,80); }

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

border-color css

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

 span { border-color: rgb(55,0,80); }

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