#3C0B4B

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

Shades of Blackcurrant #3C0B4B

Tints of Blackcurrant #3C0B4B

Color information

#3C0B4B (or 0x3C0B4B) is unknown color: approx Blackcurrant. HEX triplet: 3C, 0B and 4B. RGB value is (60,11,75). Sum of RGB (Red+Green+Blue) = 60+11+75=146 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.10% from 146); Green value is 11 (4.69% from 255 or 7.53% from 146); Blue value is 75 (29.69% from 255 or 51.37% from 146); Max value from RGB is 75 - color contains mainly: blue. Hex color #3C0B4B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0B4B is #C3F4B4. Grayscale: #202020. Windows color (decimal): -12842165 or 4918076. OLE color: 4918076.

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

Color convert

RGB601175-
CMYK0.200.8500.71
HSL285.94º74.42%16.86%-
HSV(B)285.94º85.33%29.41%-
XYZ3.251.716.81-
YUV32.95151.73147.3-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 41.10%
GREEN value IS 11 (4.69% from 255) = 7.53%
BLUE value IS 75 (29.69% from 255) = 51.37%
R=41.10%
G=7.53%
B=51.37%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6011750.200.8500.71285.9474.4216.86
Hex3CB4B145504711e4a11
Octal741311324125010743611221
Binary1111001011100101110100101010101000111100011110100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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