#3C154B

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

Shades of Blackcurrant #3C154B

Tints of Blackcurrant #3C154B

Color information

#3C154B (or 0x3C154B) is unknown color: approx Blackcurrant. HEX triplet: 3C, 15 and 4B. RGB value is (60,21,75). Sum of RGB (Red+Green+Blue) = 60+21+75=156 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.46% from 156); Green value is 21 (8.59% from 255 or 13.46% from 156); Blue value is 75 (29.69% from 255 or 48.08% from 156); Max value from RGB is 75 - color contains mainly: blue. Hex color #3C154B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C154B is #C3EAB4. Grayscale: #262626. Windows color (decimal): -12839605 or 4920636. OLE color: 4920636.

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

Color convert

RGB602175-
CMYK0.200.7200.71
HSL283.33º56.25%18.82%-
HSV(B)283.33º72%29.41%-
XYZ3.426.86-
YUV38.82148.42143.11-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 38.46%
GREEN value IS 21 (8.59% from 255) = 13.46%
BLUE value IS 75 (29.69% from 255) = 48.08%
R=38.46%
G=13.46%
B=48.08%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6021750.200.7200.71283.3356.2518.82
Hex3C154B144804711b3813
Octal74251132411001074337023
Binary1111001010110010111010010010000100011110001101111100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C154B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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