Html Css Color HEX #370555 Blackcurrant

📋 copy color: '#370555'

red 55 ◦ green 5 ◦ blue 85

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

Shades of Blackcurrant #370555

Tints of Blackcurrant #370555

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.45%

 BLUE value IS 85 (33.59% from 255) = 58.62%

R = 37.93%
G = 3.45%
B = 58.62%

CMYK

 C value IS 0.35

 M value IS 0.94

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#370555 (or 0x370555) is known color: Blackcurrant. HEX triplet: 37, 05 and 55. RGB value is (55,5,85). Sum of RGB (Red+Green+Blue) = 55+5+85=145 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.93% from 145); Green value is 5 (2.34% from 255 or 3.45% from 145); Blue value is 85 (33.59% from 255 or 58.62% from 145); Max value from RGB is 85 - color contains mainly: blue. Hex color #370555 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370555 is #C8FAAA. Grayscale: #1C1C1C. Windows color (decimal): -13171371 or 5571895. OLE color: 5571895.

HSL color Cylindrical-coordinate representation of color #370555: hue angle of 277.5º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #370555 is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 55 5 85 -
CMYK 0.35 0.94 0 0.67
HSL 277.5º 0.89% 0.18% -
HSV(B) 277.5º 0.94% 0.33% -
XYZ 3.27 1.58 8.73 -
YUV 29.07 159.57 146.5 -
System Red Green Blue C M Y K H S L
Decimal 55 5 85 0.35 0.94 0 0.67 277.5 0.89 0.18
Hex 37 5 55 23 5E 0 43 116 59 12
Octal 67 5 125 43 136 0 103 426 131 22
Binary 110111 101 1010101 100011 1011110 0 1000011 100010110 1011001 10010

Color Harmonies of #370555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370555

Black with #370555

Text Example


Text Example

White with #370555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370555; }

 p { color: rgb(55,5,85); }

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

background-color css

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

 a { background-color: rgb(55,5,85); }

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

border-color css

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

 span { border-color: rgb(55,5,85); }

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