#3C164B

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

Shades of Blackcurrant #3C164B

Tints of Blackcurrant #3C164B

Color information

#3C164B (or 0x3C164B) is unknown color: approx Blackcurrant. HEX triplet: 3C, 16 and 4B. RGB value is (60,22,75). Sum of RGB (Red+Green+Blue) = 60+22+75=157 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.22% from 157); Green value is 22 (8.98% from 255 or 14.01% from 157); Blue value is 75 (29.69% from 255 or 47.77% from 157); Max value from RGB is 75 - color contains mainly: blue. Hex color #3C164B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C164B is #C3E9B4. Grayscale: #272727. Windows color (decimal): -12839349 or 4920892. OLE color: 4920892.

HSL color Cylindrical-coordinate representation of color #3C164B: hue angle of 283.02º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3C164B is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB602275-
CMYK0.200.7100.71
HSL283.02º54.64%19.02%-
HSV(B)283.02º70.67%29.41%-
XYZ3.422.046.87-
YUV39.4148.09142.69-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 38.22%
GREEN value IS 22 (8.98% from 255) = 14.01%
BLUE value IS 75 (29.69% from 255) = 47.77%
R=38.22%
G=14.01%
B=47.77%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6022750.200.7100.71283.0254.6419.02
Hex3C164B144704711b3713
Octal74261132410701074336723
Binary1111001011010010111010010001110100011110001101111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C164B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C164B; }

 p { color: rgb(60,22,75); }

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

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

 a { background-color: rgb(60,22,75); }

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

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

 span { border-color: rgb(60,22,75); }

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