#3C0D45

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

Shades of Blackcurrant #3C0D45

Tints of Blackcurrant #3C0D45

Color information

#3C0D45 (or 0x3C0D45) is unknown color: approx Blackcurrant. HEX triplet: 3C, 0D and 45. RGB value is (60,13,69). Sum of RGB (Red+Green+Blue) = 60+13+69=142 (18% of max value = 765). Red value is 60 (23.83% from 255 or 42.25% from 142); Green value is 13 (5.47% from 255 or 9.15% from 142); Blue value is 69 (27.34% from 255 or 48.59% from 142); Max value from RGB is 69 - color contains mainly: blue. Hex color #3C0D45 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0D45 is #C3F2BA. Grayscale: #212121. Windows color (decimal): -12841659 or 4525372. OLE color: 4525372.

HSL color Cylindrical-coordinate representation of color #3C0D45: hue angle of 290.36º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3C0D45 is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB601369-
CMYK0.130.8100.73
HSL290.36º68.29%16.08%-
HSV(B)290.36º81.16%27.06%-
XYZ3.081.685.79-
YUV33.44148.07146.95-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 42.25%
GREEN value IS 13 (5.47% from 255) = 9.15%
BLUE value IS 69 (27.34% from 255) = 48.59%
R=42.25%
G=9.15%
B=48.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6013690.130.8100.73290.3668.2916.08
Hex3CD45D510491224410
Octal741510515121011144210420
Binary111100110110001011101101000101001001100100010100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,13,69); }

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

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

 a { background-color: rgb(60,13,69); }

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

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

 span { border-color: rgb(60,13,69); }

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