#3C174B

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

Shades of Blackcurrant #3C174B

Tints of Blackcurrant #3C174B

Color information

#3C174B (or 0x3C174B) is unknown color: approx Blackcurrant. HEX triplet: 3C, 17 and 4B. RGB value is (60,23,75). Sum of RGB (Red+Green+Blue) = 60+23+75=158 (20% of max value = 765). Red value is 60 (23.83% from 255 or 37.97% from 158); Green value is 23 (9.38% from 255 or 14.56% from 158); Blue value is 75 (29.69% from 255 or 47.47% from 158); Max value from RGB is 75 - color contains mainly: blue. Hex color #3C174B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C174B is #C3E8B4. Grayscale: #272727. Windows color (decimal): -12839093 or 4921148. OLE color: 4921148.

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

Color convert

RGB602375-
CMYK0.200.6900.71
HSL282.69º53.06%19.22%-
HSV(B)282.69º69.33%29.41%-
XYZ3.442.086.88-
YUV39.99147.76142.27-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 37.97%
GREEN value IS 23 (9.38% from 255) = 14.56%
BLUE value IS 75 (29.69% from 255) = 47.47%
R=37.97%
G=14.56%
B=47.47%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6023750.200.6900.71282.6953.0619.22
Hex3C174B144504711b3513
Octal74271132410501074336523
Binary1111001011110010111010010001010100011110001101111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C174B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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