#3C004B

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

Shades of Blackcurrant #3C004B

Tints of Blackcurrant #3C004B

Color information

#3C004B (or 0x3C004B) is unknown color: approx Blackcurrant. HEX triplet: 3C, 00 and 4B. RGB value is (60,0,75). Sum of RGB (Red+Green+Blue) = 60+0+75=135 (17% of max value = 765). Red value is 60 (23.83% from 255 or 44.44% from 135); Green value is 0 (0.39% from 255 or 0% from 135); Blue value is 75 (29.69% from 255 or 55.56% from 135); Max value from RGB is 75 - color contains mainly: blue. Hex color #3C004B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C004B is #C3FFB4. Grayscale: #1A1A1A. Windows color (decimal): -12844981 or 4915260. OLE color: 4915260.

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

Color convert

RGB60075-
CMYK0.20100.71
HSL288º100%14.71%-
HSV(B)288º100%29.41%-
XYZ3.131.476.77-
YUV26.49155.38151.9-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 44.44%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 75 (29.69% from 255) = 55.56%
R=44.44%
G=0%
B=55.56%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal600750.20100.7128810014.71
Hex3C04B146404712064f
Octal74011324144010744014417
Binary111100010010111010011001000100011110010000011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C004B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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