#370645

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

Shades of Blackcurrant #370645

Tints of Blackcurrant #370645

Color information

#370645 (or 0x370645) is unknown color: approx Blackcurrant. HEX triplet: 37, 06 and 45. RGB value is (55,6,69). Sum of RGB (Red+Green+Blue) = 55+6+69=130 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.31% from 130); Green value is 6 (2.73% from 255 or 4.62% from 130); Blue value is 69 (27.34% from 255 or 53.08% from 130); Max value from RGB is 69 - color contains mainly: blue. Hex color #370645 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370645 is #C8F9BA. Grayscale: #1B1B1B. Windows color (decimal): -13171131 or 4523575. OLE color: 4523575.

HSL color Cylindrical-coordinate representation of color #370645: hue angle of 286.67º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #370645 is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB55669-
CMYK0.200.9100.73
HSL286.67º84%14.71%-
HSV(B)286.67º91.3%27.06%-
XYZ2.711.375.75-
YUV27.83151.23147.38-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 42.31%
GREEN value IS 6 (2.73% from 255) = 4.62%
BLUE value IS 69 (27.34% from 255) = 53.08%
R=42.31%
G=4.62%
B=53.08%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal556690.200.9100.73286.678414.71
Hex37645145B04911f54f
Octal67610524133011143712417
Binary11011111010001011010010110110100100110001111110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370645; }

 p { color: rgb(55,6,69); }

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

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

 a { background-color: rgb(55,6,69); }

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

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

 span { border-color: rgb(55,6,69); }

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