#370150

Color #370150 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #370150

Tints of Blackcurrant #370150

Color information

#370150 (or 0x370150) is unknown color: approx Blackcurrant. HEX triplet: 37, 01 and 50. RGB value is (55,1,80). Sum of RGB (Red+Green+Blue) = 55+1+80=136 (18% of max value = 765). Red value is 55 (21.88% from 255 or 40.44% from 136); Green value is 1 (0.78% from 255 or 0.74% from 136); Blue value is 80 (31.64% from 255 or 58.82% from 136); Max value from RGB is 80 - color contains mainly: blue. Hex color #370150 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370150 is #C8FEAF. Grayscale: #191919. Windows color (decimal): -13172400 or 5243191. OLE color: 5243191.

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

Color convert

RGB55180-
CMYK0.310.9900.69
HSL281.01º97.53%15.88%-
HSV(B)281.01º98.75%31.37%-
XYZ3.031.417.7-
YUV26.15158.39148.58-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 40.44%
GREEN value IS 1 (0.78% from 255) = 0.74%
BLUE value IS 80 (31.64% from 255) = 58.82%
R=40.44%
G=0.74%
B=58.82%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal551800.310.9900.69281.0197.5315.88
Hex371501F630451196210
Octal67112037143010543114220
Binary1101111101000011111110001101000101100011001110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370150; }

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

 H1.HeaderClassName
 {
   color: #370150;
 }
 .AnyTagClassName
 {
   color: #370150;
 }
</style>
background-color css

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

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

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

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

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

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