Html Css Color HEX #370350 Blackcurrant

📋 copy color: '#370350'

red 55 ◦ green 3 ◦ blue 80

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

Shades of Blackcurrant #370350

Tints of Blackcurrant #370350

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.17%

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

R = 39.86%
G = 2.17%
B = 57.97%

CMYK

 C value IS 0.31

 M value IS 0.96

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#370350 (or 0x370350) is known color: Blackcurrant. HEX triplet: 37, 03 and 50. RGB value is (55,3,80). Sum of RGB (Red+Green+Blue) = 55+3+80=138 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.86% from 138); Green value is 3 (1.56% from 255 or 2.17% from 138); Blue value is 80 (31.64% from 255 or 57.97% from 138); Max value from RGB is 80 - color contains mainly: blue. Hex color #370350 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370350 is #C8FCAF. Grayscale: #1B1B1B. Windows color (decimal): -13171888 or 5243703. OLE color: 5243703.

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

Color convert

RGB 55 3 80 -
CMYK 0.31 0.96 0 0.69
HSL 280.52º 0.93% 0.16% -
HSV(B) 280.52º 0.96% 0.31% -
XYZ 3.06 1.46 7.71 -
YUV 27.33 157.73 147.74 -
System Red Green Blue C M Y K H S L
Decimal 55 3 80 0.31 0.96 0 0.69 280.52 0.93 0.16
Hex 37 3 50 1F 60 0 45 119 5D 10
Octal 67 3 120 37 140 0 105 431 135 20
Binary 110111 11 1010000 11111 1100000 0 1000101 100011001 1011101 10000

Color Harmonies of #370350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370350

Black with #370350

Text Example


Text Example

White with #370350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370350; }

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

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

background-color css

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

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

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

border-color css

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

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

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